diff options
Diffstat (limited to 'edit_multi.php')
-rw-r--r-- | edit_multi.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/edit_multi.php b/edit_multi.php index 501e23102..570245595 100644 --- a/edit_multi.php +++ b/edit_multi.php @@ -17,7 +17,6 @@ // set owner of page based on first photo guid
$photo_guid = (int)$file_array_sent[0];
$photo = get_entity($photo_guid);
- error_log($photo_guid);
// set page owner based on owner of photo album
set_page_owner($photo->owner_guid);
@@ -44,4 +43,4 @@ $area2 .= elgg_view("tidypics/forms/edit_multi", array('file_array' => $new_file_array, 'album_guid' => $album_guid));
$body = elgg_view_layout('two_column_left_sidebar', $area1, $area2);
page_draw($title, $body);
-?>
\ No newline at end of file +?>
|