diff options
-rw-r--r-- | include/config.php | 2 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/config.php b/include/config.php index 92fae165b..dc4470823 100644 --- a/include/config.php +++ b/include/config.php @@ -130,7 +130,7 @@ function del_config($family,$key) { function load_pconfig($uid,$family) { global $a; - if(! array_key_exists($uid,$a->config)) + if(($uid) && (! array_key_exists($uid,$a->config))) $a->config[$uid] = array(); if($family) { diff --git a/version.inc b/version.inc index 4bc76b341..52a82faff 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-06-14.344 +2013-06-15.345 |