aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-10-17 14:32:44 +0200
committermarijus <mario@mariovavti.com>2014-10-17 14:32:44 +0200
commit7e2a11dddef970697b6e8ced6331e3f13e4b0731 (patch)
tree93856f5dbac1c30570ed773d16b28e50e0aa1603
parentfd48d4d81d878928fe6821d3808eb578cb5088b4 (diff)
downloadvolse-hubzilla-7e2a11dddef970697b6e8ced6331e3f13e4b0731.tar.gz
volse-hubzilla-7e2a11dddef970697b6e8ced6331e3f13e4b0731.tar.bz2
volse-hubzilla-7e2a11dddef970697b6e8ced6331e3f13e4b0731.zip
oups... forgot to remove some debug stuff
-rw-r--r--mod/photos.php2
1 files changed, 1 insertions, 1 deletions
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'],