diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-14 22:28:55 +0100 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-03-14 22:28:55 +0100 |
commit | 193e93e4a9f7d9f2c9c812fb217011d13c9d1237 (patch) | |
tree | e19842180975a5fe536838f40c0db845035533cb /apps/gallery/ajax | |
parent | 4a91c6dbed149fd8828b6652c73db8e796c3c055 (diff) | |
download | nextcloud-server-193e93e4a9f7d9f2c9c812fb217011d13c9d1237.tar.gz nextcloud-server-193e93e4a9f7d9f2c9c812fb217011d13c9d1237.zip |
creating intermediate galleries
Diffstat (limited to 'apps/gallery/ajax')
-rw-r--r-- | apps/gallery/ajax/galleryOp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gallery/ajax/galleryOp.php b/apps/gallery/ajax/galleryOp.php index 1f280623ce9..25976fa9e32 100644 --- a/apps/gallery/ajax/galleryOp.php +++ b/apps/gallery/ajax/galleryOp.php @@ -50,6 +50,7 @@ function handleGetThumbnails($albumname) { function handleGalleryScanning() { OC_DB::beginTransaction(); set_time_limit(0); + OC_Gallery_Album::cleanup(); $eventSource = new OC_EventSource(); OC_Gallery_Scanner::scan($eventSource); $eventSource->close(); |