The session garbage collector should not be called when a session is closed
git-svn-id: http://piwigo.org/svn/trunk@1034 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
c2b9863da0
commit
db93405255
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ function pwg_session_open($path, $name)
|
|||
*/
|
||||
function pwg_session_close()
|
||||
{
|
||||
pwg_session_gc();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue