aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--start.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/start.php b/start.php
index acd890ae1..3c42aa14a 100644
--- a/start.php
+++ b/start.php
@@ -15,5 +15,4 @@ function registrationterms_register_hook() {
}
}
-elgg_register_elgg_event_handler('init', 'system', 'registrationterms_init');
-?> \ No newline at end of file
+elgg_register_event_handler('init', 'system', 'registrationterms_init');