From b700cf5f3d8b9f86a9b399946617657e727e06f0 Mon Sep 17 00:00:00 2001 From: brettp Date: Fri, 1 Oct 2010 18:51:46 +0000 Subject: Fixed incorrect echoing of an array. git-svn-id: http://code.elgg.org/elgg/trunk@6995 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/start.php | 12 ++++++------ .../views/default/admin/overview/reportedcontent.php | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php index b3266fcba..9e7f8a92f 100644 --- a/mod/reportedcontent/start.php +++ b/mod/reportedcontent/start.php @@ -1,7 +1,7 @@ pluginspath}reportedcontent/actions/add.php"); register_action('reportedcontent/delete', FALSE, "{$CONFIG->pluginspath}reportedcontent/actions/delete.php"); diff --git a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php index 9828b10ff..8fba17db0 100644 --- a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php +++ b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php @@ -1,7 +1,7 @@ 'object', 'subtypes' => 'reported_content', 'limit' => 9999)); $list = elgg_view("reportedcontent/listing", array('entity' => $reported)); - + // Display main admin menu $body = <<<__HTML $title -$reported $list __HTML; -- cgit v1.2.3