diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-14 08:10:28 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-14 08:10:28 -0400 |
commit | 4761adf8eee9feadd77599682ef192b56520d11d (patch) | |
tree | 022a921d20ddd26fb226351cadedf9a8dfe9e971 /actions/photos/image/ajax_upload_complete.php | |
parent | 4448f072dc6149a62b602e60e766fd00c2b6af89 (diff) | |
parent | c1da32e6a7e2f4a15a3b2d69cd38a1c0c164a99d (diff) | |
download | elgg-4761adf8eee9feadd77599682ef192b56520d11d.tar.gz elgg-4761adf8eee9feadd77599682ef192b56520d11d.tar.bz2 |
Pulling in several small fixes from Brett's fork
Diffstat (limited to 'actions/photos/image/ajax_upload_complete.php')
-rw-r--r-- | actions/photos/image/ajax_upload_complete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/photos/image/ajax_upload_complete.php b/actions/photos/image/ajax_upload_complete.php index 6d398b3aa..358a4fc6f 100644 --- a/actions/photos/image/ajax_upload_complete.php +++ b/actions/photos/image/ajax_upload_complete.php @@ -41,7 +41,7 @@ if ($images) { // "added images to album" river if ($img_river_view == "batch" && $album->new_album == false) { - add_to_river('river/object/tidypics_batch/create', 'create', $batch->getObjectOwnerGUID(), $batch->getGUID()); + add_to_river('river/object/tidypics_batch/create', 'create', $batch->getOwnerGUID(), $batch->getGUID()); } // "created album" river |