[geeklog-hg] geeklog: fixed CUSTOM_getBlocks() call

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Dec 22 05:12:07 EST 2012


changeset 8887:43a04145ea4e
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/43a04145ea4e
user: Dirk Haun <dirk at haun-online.de>
date: Sat Feb 11 21:13:07 2012 +0100
description:
fixed CUSTOM_getBlocks() call

diffstat:

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

diffs (12 lines):

diff -r 551db99b8710 -r 43a04145ea4e system/lib-plugins.php
--- a/system/lib-plugins.php	Fri Dec 07 13:45:39 2012 +0100
+++ b/system/lib-plugins.php	Sat Feb 11 21:13:07 2012 +0100
@@ -2452,7 +2452,7 @@
     }
 
     if (function_exists('CUSTOM_getBlocks')) {
-       $cust_items .= CUSTOM_getBlocks($side, $topic);
+       $cust_items = CUSTOM_getBlocks($side, $topic);
        if (is_array($cust_items)) {
           $ret = array_merge($ret, $cust_items);
        }



More information about the geeklog-cvs mailing list