Added missing include file in maintenance.php

This commit is contained in:
Andre Lorbach 2009-11-13 10:12:17 +01:00
parent 8b754c3535
commit a1e091a810

View File

@ -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