phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware index.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgroupware index.php
Date: Wed, 06 Sep 2006 14:13:25 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    phpgroupware
Changes by:     Dave Hall <skwashd>     06/09/06 14:13:25

Modified files:
        .              : index.php 

Log message:
        fix variable name

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/index.php?cvsroot=phpgroupware&r1=1.130&r2=1.131

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -b -r1.130 -r1.131
--- index.php   3 Sep 2006 15:04:29 -0000       1.130
+++ index.php   6 Sep 2006 14:13:25 -0000       1.131
@@ -6,7 +6,7 @@
        * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
        * @package phpgroupware
-       * @version $Id: index.php,v 1.130 2006/09/03 15:04:29 Caeies Exp $
+       * @version $Id: index.php,v 1.131 2006/09/06 14:13:25 skwashd Exp $
        */
 
        $phpgw_info = array();
@@ -108,7 +108,7 @@
                        ));
                }
 
-               if (! is_array($obj->public_functions) || ! 
$obj->public_functions[$method] && $method)
+               if ( ! is_array($GLOBALS[$class]->public_functions) || ! 
$GLOBALS[$class]->public_functions[$method] && $method)
                {
                        $GLOBALS['phpgw']->log->message(array(
                                'text' => 'W-BadmenuactionVariable, attempted 
to access private method: %1',




reply via email to

[Prev in Thread] Current Thread [Next in Thread]