aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-09-28 22:10:29 +0000
committerCash Costello <cash.costello@gmail.com>2009-09-28 22:10:29 +0000
commit69bbb4d1ca761998263c4aca5e65d6cc0fa7303b (patch)
tree9462a62cf646fa10953985254be11fd61ea22207 /start.php
parentc2441c3ed8d725902b262e35eb4671450b64f04d (diff)
downloadelgg-69bbb4d1ca761998263c4aca5e65d6cc0fa7303b.tar.gz
elgg-69bbb4d1ca761998263c4aca5e65d6cc0fa7303b.tar.bz2
latest was a horrible name for a widget - what was I thinking? - now I need to add an upgrade script
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 1 insertions, 1 deletions
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');