summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php
index 5e8eae6e7..03b8bd52a 100644
--- a/lib/common.php
+++ b/lib/common.php
@@ -101,6 +101,8 @@ $config['db'] =
require_once(INSTALLDIR.'/config.php');
+require_once('Validate.php');
+
if (function_exists('date_default_timezone_set')) {
/* Work internally in UTC */
date_default_timezone_set('UTC');