From: Evan Winslow Date: Thu, 16 Jun 2011 08:08:52 +0000 (-0700) Subject: Fixed typo in plugin initialization X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1cc948cdb5cb80241010f01e07282599313c7c69;p=lorea%2Felgg.git Fixed typo in plugin initialization --- 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');