From 964e461e092b15a66da891a0a4c155323e8391e1 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 15 Jul 2015 21:01:18 -0700 Subject: allow plugins to provide module handlers for arbitrary modules that haven't been installed on the system. --- include/widgets.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/widgets.php') diff --git a/include/widgets.php b/include/widgets.php index 888e56733..032b1c67e 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -381,6 +381,7 @@ function widget_categories($arr) { $srchurl = str_replace(array('?f=','&f='),array('',''),$srchurl); return categories_widget($srchurl, $cat); + } function widget_tagcloud_wall($arr) { @@ -409,6 +410,7 @@ function widget_catcloud_wall($arr) { $limit = ((array_key_exists('limit',$arr)) ? intval($arr['limit']) : 50); return catblock($a->profile['profile_uid'], $limit, $a->profile['channel_hash'], ITEM_WALL); + } -- cgit v1.2.3