Store PHP sessions in the database
This commit is contained in:
committed by
Frédéric Guillot
parent
421531bd4f
commit
ccd177ada6
@@ -20,7 +20,7 @@ class SubtaskHelper extends Base
|
||||
*/
|
||||
public function hasSubtaskInProgress()
|
||||
{
|
||||
return isset($this->sessionStorage->hasSubtaskInProgress) && $this->sessionStorage->hasSubtaskInProgress;
|
||||
return session_is_true('hasSubtaskInProgress');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user