]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Fixed typo in plugin initialization
authorEvan Winslow <evan@elgg.org>
Thu, 16 Jun 2011 08:08:52 +0000 (01:08 -0700)
committerEvan Winslow <evan@elgg.org>
Thu, 16 Jun 2011 08:08:52 +0000 (01:08 -0700)
start.php

index acd890ae155eb088552716519a36db55eb1d7803..3c42aa14a73ccd896e0f0b379cff88da8638a073 100644 (file)
--- 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');