From 9135f3ee99f72e50c06eba03a795e1166a5bd87a Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 15 Jun 2007 04:35:22 +0000 Subject: [PATCH] Fix typo --- cron/cleanup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } ?>