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.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/common.inc.php b/include/common.inc.php
index 32eb7920a..d4e8984e8 100644
--- a/include/common.inc.php
+++ b/include/common.inc.php
@@ -63,7 +63,10 @@ if ( !empty($_SERVER["PATH_INFO"]) )
// rewriting of language and otherarray values via URI params
//
$conf = array();
-$page = array();
+$page = array(
+ 'infos' => array(),
+ 'errors' => array(),
+ );
$user = array();
$lang = array();
$header_msgs = array();