diff options
author | Evan Winslow <evan@elgg.org> | 2011-06-16 01:08:52 -0700 |
---|---|---|
committer | Evan Winslow <evan@elgg.org> | 2011-06-16 01:08:52 -0700 |
commit | 1cc948cdb5cb80241010f01e07282599313c7c69 (patch) | |
tree | 3f8116ba05fbcef92294a07c069156ca3db07e97 | |
parent | 33656642382e5addc0a6247a688e4539acc99278 (diff) | |
download | elgg-1cc948cdb5cb80241010f01e07282599313c7c69.tar.gz elgg-1cc948cdb5cb80241010f01e07282599313c7c69.tar.bz2 |
Fixed typo in plugin initialization
-rw-r--r-- | start.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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'); |