summaryrefslogtreecommitdiffstats
path: root/apps/gallery/ajax
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-03-07 16:24:49 +0100
committerRobin Appelman <icewind@owncloud.com>2012-03-07 16:24:49 +0100
commita4543175cea05373906ce7f9507af597a78c5dc4 (patch)
tree291e127ddc223edb2c5bbb7ba6f68d4e3145530e /apps/gallery/ajax
parent9f015337102193ae7cff59b47c577f15c05259c4 (diff)
downloadnextcloud-server-a4543175cea05373906ce7f9507af597a78c5dc4.tar.gz
nextcloud-server-a4543175cea05373906ce7f9507af597a78c5dc4.zip
make gallary work with archives
Diffstat (limited to 'apps/gallery/ajax')
-rw-r--r--apps/gallery/ajax/galleryOp.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gallery/ajax/galleryOp.php b/apps/gallery/ajax/galleryOp.php
index ee919daeacb..74ac905d072 100644
--- a/apps/gallery/ajax/galleryOp.php
+++ b/apps/gallery/ajax/galleryOp.php
@@ -95,7 +95,6 @@ function handleGetGallery($path) {
else
$path = '/'.ltrim($path, '/');
if (strlen($path) > 1) $path = rtrim($path, '/');
- error_log($path);
$result = OC_Gallery_Album::find(OC_User::getUser(), null, $path);
$album_details = $result->fetchRow();