From 25587657328ca8b492a497e385a2fc3887925848 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 21 Feb 2011 01:45:21 +0000 Subject: Fixes #2971 added canComment() method and implemented it for ElggBlog git-svn-id: http://code.elgg.org/elgg/trunk@8381 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/start.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mod/thewire/start.php') diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 12e4b0884..0f51d052e 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -17,6 +17,10 @@ register_elgg_event_handler('init', 'system', 'thewire_init'); function thewire_init() { global $CONFIG; + if (!update_subtype('object', 'thewire', 'ElggWire')) { + add_subtype('object', 'thewire', 'ElggWire'); + } + // add a site navigation item $item = new ElggMenuItem('thewire', elgg_echo('thewire'), 'pg/thewire/all'); elgg_register_menu_item('site', $item); -- cgit v1.2.3