Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Anderson <me@thomasanderson.cloud>2019-05-29 04:46:41 +0300
committerThomas Anderson <me@thomasanderson.cloud>2019-05-29 04:46:41 +0300
commit2d26d2b6323207377a2d7f9cd4ec954b63346c77 (patch)
tree0c2841f06b1aba96a83ae8cf70ea7d403cee0393 /lib
parent7aa9dac064e7df096d7487c063e07a5da012bd3d (diff)
Efficiency improvements
Signed-off-by: Thomas Anderson <me@thomasanderson.cloud>
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/FilesService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Service/FilesService.php b/lib/Service/FilesService.php
index e9321785..99c57b43 100644
--- a/lib/Service/FilesService.php
+++ b/lib/Service/FilesService.php
@@ -148,6 +148,7 @@ abstract class FilesService extends Service {
foreach ($this->ignoreAlbumStrings as $ignoreAlbum) {
if ($node->nodeExists($ignoreAlbum)) {
$ignored = true;
+ break;
}
}
if (!$ignored) {