diff options
Diffstat (limited to 'mod/tagcloud')
-rw-r--r-- | mod/tagcloud/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagcloud/start.php b/mod/tagcloud/start.php index a2e4f5143..a6b573d90 100644 --- a/mod/tagcloud/start.php +++ b/mod/tagcloud/start.php @@ -9,4 +9,4 @@ function tagcloud_init() { elgg_extend_view('css','tagcloud/css'); } -register_elgg_event_handler('init', 'system', 'tagcloud_init'); +elgg_register_event_handler('init', 'system', 'tagcloud_init'); |