Quantcast

r40136 - /trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php

classic Classic list List threaded Threaded
1 message Options
leithoff leithoff
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

r40136 - /trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php

Author: leithoff
Date: Tue Aug 14 14:37:39 2012
New Revision: 40136

URL: http://svn.stylite.de/viewvc/egroupware?rev=40136&view=rev
Log:
fix for bug reported and patch provided by A.Messina; sitemgr not working properly (processRequest having no access to global var sitemgr_info

Modified:
    trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php

Modified: trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php?rev=40136&r1=40135&r2=40136&view=diff
==============================================================================
--- trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php (original)
+++ trunk/sitemgr/sitemgr-site/inc/class.site_controler.inc.php Tue Aug 14 14:37:39 2012
@@ -118,7 +118,7 @@
  */
  public function processRequest()
  {
- global $page, $objbo, $objui, $Common_BO;
+ global $page, $objbo, $objui, $sitemgr_info, $Common_BO;
 
  $page = CreateObject('sitemgr.Page_SO');
 
@@ -243,4 +243,4 @@
  * Generate page using the template (SiteMgr UI method)
  */
  public function generatePage();
-}
+}


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
eGroupWare-cvs mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs
Loading...