From a1e091a810f6f3f44fbcc9a25685f39e57f9d1ed Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 13 Nov 2009 10:12:17 +0100 Subject: [PATCH] Added missing include file in maintenance.php --- src/cron/maintenance.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cron/maintenance.php b/src/cron/maintenance.php index d90299a..2b156df 100644 --- a/src/cron/maintenance.php +++ b/src/cron/maintenance.php @@ -37,6 +37,7 @@ $gl_root_path = './../'; // Now include necessary include files! include_once($gl_root_path . 'include/functions_common.php'); +include_once($gl_root_path . 'include/functions_frontendhelpers.php'); //include_once($gl_root_path . 'include/functions_debugoutput.php'); // Set commandline mode for the script