diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-09-14 21:09:48 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-09-14 21:09:48 -0400 |
commit | 710b17aa37dd5c90db695219defdfef7a889f29a (patch) | |
tree | b134835879a8530ee4b477f9b5aff6fd6c974524 /mod/reportedcontent/views/default/admin/utilities | |
parent | c32bf213547c21dfb8a8bb535e9432330af010fa (diff) | |
download | elgg-710b17aa37dd5c90db695219defdfef7a889f29a.tar.gz elgg-710b17aa37dd5c90db695219defdfef7a889f29a.tar.bz2 |
Fixes #3681 fixed Utilities menu collisions in admin section and added documentation about registering more than one menu item with the same name to a menu
Diffstat (limited to 'mod/reportedcontent/views/default/admin/utilities')
-rw-r--r-- | mod/reportedcontent/views/default/admin/utilities/reportedcontent.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php b/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php deleted file mode 100644 index 32f108312..000000000 --- a/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/** - * Elgg Reported content admin page - * - * @package ElggReportedContent - */ - -$list = elgg_list_entities(array('types' => 'object', 'subtypes' => 'reported_content')); -if (!$list) { - $list = '<p class="mtm">' . elgg_echo('reportedcontent:none') . '</p>'; -} - -echo $list;
\ No newline at end of file |