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

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Feb 11 15:16:06 EST 2012


changeset 8490:4f10e306bb9b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4f10e306bb9b
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 e61a1038595a -r 4f10e306bb9b system/lib-plugins.php
--- a/system/lib-plugins.php	Wed Feb 01 20:35:07 2012 -0500
+++ b/system/lib-plugins.php	Sat Feb 11 21:13:07 2012 +0100
@@ -2454,7 +2454,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