[geeklog-cvs] Geeklog-1.x/plugins/links install_defaults.php, 1.3, 1.4

Dirk Haun dhaun at qs1489.pair.com
Sun May 4 05:16:35 EDT 2008


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

Modified Files:
	install_defaults.php 
Log Message:
Fixed plugin updates: Need to merge the DEFAULT config with the old CONF so that we pick up new entries


Index: install_defaults.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/install_defaults.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** install_defaults.php	2 May 2008 12:12:05 -0000	1.3
--- install_defaults.php	4 May 2008 09:16:33 -0000	1.4
***************
*** 167,171 ****
  
      if (is_array($_LI_CONF) && (count($_LI_CONF) > 1)) {
!         $_LI_DEFAULT = $_LI_CONF;
      }
  
--- 167,171 ----
  
      if (is_array($_LI_CONF) && (count($_LI_CONF) > 1)) {
!         $_LI_DEFAULT = array_merge($_LI_DEFAULT, $_LI_CONF);
      }
  




More information about the geeklog-cvs mailing list