diff --git a/cron/cleanup.php b/cron/cleanup.php index 4c41a84..b26f850 100644 --- a/cron/cleanup.php +++ b/cron/cleanup.php @@ -328,6 +328,6 @@ function removeScreenshotsWithMissingFiles() } // log out as user - $oUser->logout() + $oUser->logout(); } ?>