From 1cc948cdb5cb80241010f01e07282599313c7c69 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Thu, 16 Jun 2011 01:08:52 -0700 Subject: Fixed typo in plugin initialization --- start.php | 3 +-- 1 file changed, 1 insertion(+), 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'); -- cgit v1.2.3