From: brettp Date: Fri, 1 Oct 2010 18:51:46 +0000 (+0000) Subject: Fixed incorrect echoing of an array. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b700cf5f3d8b9f86a9b399946617657e727e06f0;p=lorea%2Felgg.git Fixed incorrect echoing of an array. git-svn-id: http://code.elgg.org/elgg/trunk@6995 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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;