From 7e2a11dddef970697b6e8ced6331e3f13e4b0731 Mon Sep 17 00:00:00 2001 From: marijus Date: Fri, 17 Oct 2014 14:32:44 +0200 Subject: oups... forgot to remove some debug stuff --- mod/photos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index 85bd47399..4c52c7ef7 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -956,7 +956,7 @@ function photos_content(&$a) { $edit = array( 'edit' => t('Edit photo'), - 'id' => print_r($ph[0]), //['id'], + 'id' => $link_item['id'], //$ph[0]['id'], 'rotatecw' => t('Rotate CW (right)'), 'rotateccw' => t('Rotate CCW (left)'), 'albums' => $albums['albums'], -- cgit v1.2.3