From 2601fb071cf566ea1f8859268f9cbf22ae77f6a1 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 26 Jan 2011 02:08:49 +0000 Subject: added reported content widget git-svn-id: http://code.elgg.org/elgg/trunk@7932 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/reportedcontent/start.php') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index 9708c3b14..4cb5bea12 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -5,7 +5,7 @@ * @package ElggReportedContent */ -elgg_register_event_handler('init','system','reportedcontent_init'); +elgg_register_event_handler('init', 'system', 'reportedcontent_init'); /** * Initialize the plugin @@ -55,11 +55,11 @@ function reportedcontent_page_handler($page) { $content .= elgg_view_title(elgg_echo('reportedcontent:this')); $content .= elgg_view('reportedcontent/form'); - $sidebar .= elgg_echo('reportedcontent:instructions'); + $sidebar = elgg_echo('reportedcontent:instructions'); $params = array( 'content' => $content, - 'sidebar' => $sidebar + 'sidebar' => $sidebar, ); $body = elgg_view_layout('one_sidebar', $params); -- cgit v1.2.3