From 69bbb4d1ca761998263c4aca5e65d6cc0fa7303b Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Mon, 28 Sep 2009 22:10:29 +0000 Subject: latest was a horrible name for a widget - what was I thinking? - now I need to add an upgrade script --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index ba8d90aac..82c83227e 100644 --- a/start.php +++ b/start.php @@ -44,7 +44,7 @@ // Add a new tidypics widget add_widget_type('album_view', elgg_echo("tidypics:widget:albums"), elgg_echo("tidypics:widget:album_descr"), 'profile'); - add_widget_type('latest', elgg_echo("tidypics:widget:latest"), elgg_echo("tidypics:widget:latest_descr"), 'profile'); + add_widget_type('latest_photos', elgg_echo("tidypics:widget:latest"), elgg_echo("tidypics:widget:latest_descr"), 'profile'); // Register a URL handler for files register_entity_url_handler('tidypics_image_url', 'object', 'image'); -- cgit v1.2.3