From 851b6f87d426ff60d21eeafd6d63ff241bb18b82 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 16 Feb 2011 20:56:25 +0000 Subject: Updated register_entity_url_handler => elgg_* in plugins. Used this regex: ([^_a-z])register_entity_url_handler\((.*),(.*,.*)\); git-svn-id: http://code.elgg.org/elgg/trunk@8263 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/thewire') diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 0c0d1efad..7450ea78a 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -32,7 +32,7 @@ function thewire_init() { elgg_register_page_handler('thewire', 'thewire_page_handler'); // Register a URL handler for thewire posts - register_entity_url_handler('thewire_url', 'object', 'thewire'); + elgg_register_entity_url_handler('object', 'thewire', 'thewire_url'); // Your thewire widget add_widget_type('thewire', elgg_echo('thewire'), elgg_echo("thewire:widget:desc")); -- cgit v1.2.3