aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/common.inc.php')
-rw-r--r--include/common.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 048290e19..0dd0bfb7f 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -132,6 +132,13 @@ catch (Exception $e)
pwg_db_check_charset();
load_conf_from_db();
+
+// Version 2.2 specific, in case of problem during automatic upgrade
+if (!isset($conf['week_starts_on']))
+{
+ redirect(get_root_url().'upgrade.php');
+}
+
load_plugins();
include(PHPWG_ROOT_PATH.'include/user.inc.php');