Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(BE): replace static with self in restart method
Browse files Browse the repository at this point in the history
  • Loading branch information
sc979 committed Sep 30, 2019
1 parent 4d2f716 commit 7bb3334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreonSession.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public static function stop()

public static function restart()
{
static::stop();
self::stop();
self::start();
session_regenerate_id(true);
}
Expand Down

0 comments on commit 7bb3334

Please sign in to comment.