summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2012-06-08 16:31:12 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2012-06-08 16:31:12 +0200
commiteb192ff4f3b201c9560543ae5f845a6391ffc834 (patch)
tree611b9a760d5c9aa24374b5e6402aa1542d67a75c /apps
parentcf1430df4567185ceea349707088191da97b9516 (diff)
downloadnextcloud-server-eb192ff4f3b201c9560543ae5f845a6391ffc834.tar.gz
nextcloud-server-eb192ff4f3b201c9560543ae5f845a6391ffc834.zip
code cleanup from previous commit
Diffstat (limited to 'apps')
-rw-r--r--apps/gallery/lib/scanner.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gallery/lib/scanner.php b/apps/gallery/lib/scanner.php
index b7e3321b802..b6c402022bc 100644
--- a/apps/gallery/lib/scanner.php
+++ b/apps/gallery/lib/scanner.php
@@ -142,7 +142,6 @@ class OC_Gallery_Scanner {
$paths[]=$path;
}
}
- $subs = dirname($path);
}
sort($paths);
return $paths;