aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/admin.php')
-rw-r--r--engine/lib/admin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/admin.php b/engine/lib/admin.php
index 8426adf8b..2fb38c230 100644
--- a/engine/lib/admin.php
+++ b/engine/lib/admin.php
@@ -9,7 +9,6 @@
* @link http://elgg.org/
*/
-
/**
* Register an admin page with the admin panel.
* This function extends the view "admin/main" with the provided view. This view should provide a description
@@ -292,7 +291,6 @@ function elgg_admin_notice_exists($id) {
return ($notice) ? TRUE : FALSE;
}
-
// Register init functions
register_elgg_event_handler('init', 'system', 'admin_init');
register_elgg_event_handler('pagesetup', 'system', 'admin_pagesetup');