aboutsummaryrefslogtreecommitdiff
path: root/mod/thewire/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r--mod/thewire/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php
index d36be6e99..0c0d1efad 100644
--- a/mod/thewire/start.php
+++ b/mod/thewire/start.php
@@ -38,7 +38,7 @@ function thewire_init() {
add_widget_type('thewire', elgg_echo('thewire'), elgg_echo("thewire:widget:desc"));
// Register entity type
- register_entity_type('object', 'thewire');
+ elgg_register_entity_type('object', 'thewire');
// Register granular notification for this type
register_notification_object('object', 'thewire', elgg_echo('thewire:notify:subject'));