[geeklog-cvs] Geeklog-1.x/plugins/staticpages functions.inc, 1.108, 1.109

Blaine Lang blaine at qs1489.pair.com
Sat Jan 5 10:54:57 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv7454

Modified Files:
	functions.inc 
Log Message:
Fix to not reload/initialize the config instance - just load the plugins config records.

Index: functions.inc
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/staticpages/functions.inc,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** functions.inc	4 Jan 2008 02:15:28 -0000	1.108
--- functions.inc	5 Jan 2008 15:54:55 -0000	1.109
***************
*** 59,63 ****
      require_once $_CONF['path_system'] . 'classes/config.class.php';
      $sp_config = config::get_instance();
-     $sp_config->initConfig();
  
      $LANG_configsubgroups['staticpages'][0] = $LANG_STATIC['config_menubar'];
--- 59,62 ----




More information about the geeklog-cvs mailing list