diff options
author | Cash Costello <cash.costello@gmail.com> | 2010-07-30 02:03:23 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2010-07-30 02:03:23 +0000 |
commit | 9c0cc73e8ff5c389482579452312ca67e9c01a2c (patch) | |
tree | 47b680ee4dffbe890e6ad80e309db8c9174ac741 /actions/flickrImportPhotoset.php | |
parent | 73403645808a81425381f43c25e0ea2c92705312 (diff) | |
download | elgg-9c0cc73e8ff5c389482579452312ca67e9c01a2c.tar.gz elgg-9c0cc73e8ff5c389482579452312ca67e9c01a2c.tar.bz2 |
Tidypics now requires Elgg 1.5 or greater
Diffstat (limited to 'actions/flickrImportPhotoset.php')
-rw-r--r-- | actions/flickrImportPhotoset.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/actions/flickrImportPhotoset.php b/actions/flickrImportPhotoset.php index fd6769e3a..eeb42d622 100644 --- a/actions/flickrImportPhotoset.php +++ b/actions/flickrImportPhotoset.php @@ -288,8 +288,7 @@ foreach( $photos_to_upload as $name => $photo ) { // is at least a few photos in it object_notifications('create', 'object', $album); - if (function_exists('add_to_river')) - add_to_river('river/object/album/create', 'create', $album->owner_guid, $album->guid); + add_to_river('river/object/album/create', 'create', $album->owner_guid, $album->guid); } if ($img_river_view == "all") { @@ -336,4 +335,3 @@ trigger_elgg_event('upload', 'tp_album', $album); $url = $CONFIG->wwwroot . 'mod/tidypics/pages/edit_multiple.php?files=' . implode('-', $uploaded_images); forward($url); - |