diff options
author | marijus <mario@mariovavti.com> | 2014-10-17 14:32:44 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-17 14:32:44 +0200 |
commit | 7e2a11dddef970697b6e8ced6331e3f13e4b0731 (patch) | |
tree | 93856f5dbac1c30570ed773d16b28e50e0aa1603 | |
parent | fd48d4d81d878928fe6821d3808eb578cb5088b4 (diff) | |
download | volse-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.php | 2 |
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'], |