diff options
| author | Cash Costello <cash.costello@gmail.com> | 2009-09-28 22:10:29 +0000 |
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2009-09-28 22:10:29 +0000 |
| commit | 69bbb4d1ca761998263c4aca5e65d6cc0fa7303b (patch) | |
| tree | 9462a62cf646fa10953985254be11fd61ea22207 /start.php | |
| parent | c2441c3ed8d725902b262e35eb4671450b64f04d (diff) | |
| download | elgg-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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');
|
