added Wladimir's patch. gcSession used to be a private method, but it's not anymore

This commit is contained in:
uid815 2006-05-12 23:21:24 +00:00
Родитель cb96a682e3
Коммит fa5cb980b2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -67,7 +67,7 @@ session_set_save_handler(
array(&$_auth, "_readSession"),
array(&$_auth, "_writeSession"),
array(&$_auth, "_destroySession"),
array(&$_auth, "_gcSession")
array(&$_auth, "gcSession")
);
?>