[geeklog-cvs] Geeklog-1.x/public_html/admin/install index.php, 1.27, 1.28

Aaron Blankstein ablankstein at qs1489.pair.com
Sun Dec 30 16:11:34 EST 2007


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install
In directory qs1489.pair.com:/tmp/cvs-serv4106/Geeklog-1.x/public_html/admin/install

Modified Files:
	index.php 
Log Message:
Changed calls to config::create() to config::get_instance()



Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/install/index.php,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** index.php	30 Dec 2007 21:01:52 -0000	1.27
--- index.php	30 Dec 2007 21:11:32 -0000	1.28
***************
*** 1253,1257 ****
              create_ConfValues();
              require_once $_CONF['path_system'] . 'classes/config.class.php';
!             $config = config::create();
  
              if (file_exists($_CONF['path'] . 'config.php')) {
--- 1253,1257 ----
              create_ConfValues();
              require_once $_CONF['path_system'] . 'classes/config.class.php';
!             $config = config::get_instance();
  
              if (file_exists($_CONF['path'] . 'config.php')) {




More information about the geeklog-cvs mailing list