[geeklog-cvs] geeklog: Missing global declaration of $_USER

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Nov 23 12:29:23 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/41007a8ec884
changeset: 6483:41007a8ec884
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Nov 23 18:27:55 2008 +0100
description:
Missing global declaration of $_USER

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
system/classes/config.class.php |    2 +-

diffs (12 lines):

diff -r 1af9f9a87ef2 -r 41007a8ec884 system/classes/config.class.php
--- a/system/classes/config.class.php	Sun Nov 23 18:24:58 2008 +0100
+++ b/system/classes/config.class.php	Sun Nov 23 18:27:55 2008 +0100
@@ -576,7 +576,7 @@
 
     function _UI_perm_denied()
     {
-        global $MESSAGE;
+        global $_USER, $MESSAGE;
 
         $display = COM_siteHeader('menu', $MESSAGE[30])
                  . COM_showMessageText($MESSAGE[29], $MESSAGE[30])



More information about the geeklog-cvs mailing list