aboutsummaryrefslogtreecommitdiff
path: root/mod/reportedcontent/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/reportedcontent/start.php')
-rw-r--r--mod/reportedcontent/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/start.php b/mod/reportedcontent/start.php
index b947927d9..872cf82ea 100644
--- a/mod/reportedcontent/start.php
+++ b/mod/reportedcontent/start.php
@@ -26,7 +26,7 @@ function reportedcontent_init() {
}
// Add admin menu item
- elgg_add_admin_submenu_item('reportedcontent', elgg_echo('reportedcontent'), 'overview');
+ elgg_add_admin_menu_item('reportedcontent', elgg_echo('reportedcontent'), 'overview');
// Register actions
$action_path = elgg_get_plugin_path() . "reportedcontent/actions";