[geeklog-hg] geeklog: Fixed for changeset #a484d35ea8c3

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jun 25 10:35:08 EDT 2013


changeset 9123:db9a61d287f7
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/db9a61d287f7
user: dengen
date: Tue Jun 25 23:32:46 2013 +0900
description:
Fixed for changeset #a484d35ea8c3

diffstat:

 system/lib-plugins.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1bc3038eb332 -r db9a61d287f7 system/lib-plugins.php
--- a/system/lib-plugins.php	Mon Jun 24 01:54:57 2013 +0900
+++ b/system/lib-plugins.php	Tue Jun 25 23:32:46 2013 +0900
@@ -2804,7 +2804,7 @@
 */
 function PLG_configChange($group, $changes)
 {
-    global $_PLUGINS;
+    global $_CONF, $_PLUGINS;
 
     // Treat articles like a plugin (since belong to core group)
     $plugintypes[] = 'article';
@@ -2815,7 +2815,7 @@
 
     $plugintypes = array_merge($plugintypes, $_PLUGINS);
 
-    foreach ($plugintypes as $pi_name) {    
+    foreach ($plugintypes as $pi_name) {
         $args = array();
         $args[1] = $group;
 



More information about the geeklog-cvs mailing list