aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/actions.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/actions.php')
-rw-r--r--engine/lib/actions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index c7abd5f18..cdad8ebab 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -257,5 +257,4 @@ function elgg_action_exist($action) {
return (isset($CONFIG->actions[$action]) && file_exists($CONFIG->actions[$action]['file']));
}
-
register_elgg_event_handler("init","system","actions_init");