ez projects / session_cleanup / forum / general / update to ez 4.1
You need to be logged in to post messages in the forums. New users may register here.
Member since: Posts: 7 |
Tuesday 05 May 2009 12:05:11 pm These changes are needed to have this extension working in eZ 4.1:
Modified: extension/session_cleanup/cronjobs/session_cleanup.php =================================================================== --- extension/session_cleanup/cronjobs/session_cleanup.php 2009-05-04 15:13:02 UTC (rev 10183) +++ extension/session_cleanup/cronjobs/session_cleanup.php 2009-05-04 15:15:13 UTC (rev 10184) @@ -9,13 +9,13 @@ { if( !$isQuiet ) $cli->output( 'Removing ALL sessions from database...' ); - eZSessionEmpty(); + eZSession::cleanup(); } else { if( !$isQuiet ) $cli->output( 'Removing EXPIRED sessions from database...' ); - eZSessionGarbageCollector(); + eZSession::garbageCollector(); } if( !$isQuiet ) -- |
|
Member since: Posts: 44 |
Wednesday 17 June 2009 5:48:47 pm Thanks for sharing this
Mit freundlichen Grüßen |
|
Member since: Posts: 1 |
Monday 03 August 2009 12:38:50 pm The extension is now eZP 4.1 ready
eZ Publish partner - http://www.all2e.com |
You need to be logged in to post messages in the forums. New users may register here.