aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorEvan Winslow <evan@elgg.org>2011-06-16 01:08:52 -0700
committerEvan Winslow <evan@elgg.org>2011-06-16 01:08:52 -0700
commit1cc948cdb5cb80241010f01e07282599313c7c69 (patch)
tree3f8116ba05fbcef92294a07c069156ca3db07e97 /start.php
parent33656642382e5addc0a6247a688e4539acc99278 (diff)
downloadelgg-1cc948cdb5cb80241010f01e07282599313c7c69.tar.gz
elgg-1cc948cdb5cb80241010f01e07282599313c7c69.tar.bz2
Fixed typo in plugin initialization
Diffstat (limited to 'start.php')
-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');