diff options
author | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-08 20:26:17 +0200 |
---|---|---|
committer | Bartek Przybylski <bart.p.pl@gmail.com> | 2012-06-08 21:44:31 +0200 |
commit | 9e434dea605b029d56f1bed01d87c26a0c7f4ebb (patch) | |
tree | 05cdcf3ea3bdace08989aade3e1ada0e99c76bc1 /apps/gallery/appinfo | |
parent | ac365121022f8b03ac47c41f8b3e32f9ba3f90e6 (diff) | |
download | nextcloud-server-9e434dea605b029d56f1bed01d87c26a0c7f4ebb.tar.gz nextcloud-server-9e434dea605b029d56f1bed01d87c26a0c7f4ebb.zip |
tabs for spaces, removing thumbnail on file removal
Diffstat (limited to 'apps/gallery/appinfo')
-rw-r--r-- | apps/gallery/appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gallery/appinfo/app.php b/apps/gallery/appinfo/app.php index e1db33eb314..2aa6a9e8f92 100644 --- a/apps/gallery/appinfo/app.php +++ b/apps/gallery/appinfo/app.php @@ -26,6 +26,8 @@ OC::$CLASSPATH['OC_Gallery_Photo'] = 'apps/gallery/lib/photo.php'; OC::$CLASSPATH['OC_Gallery_Scanner'] = 'apps/gallery/lib/scanner.php'; OC::$CLASSPATH['OC_Gallery_Sharing'] = 'apps/gallery/lib/sharing.php'; OC::$CLASSPATH['OC_Gallery_Hooks_Handlers'] = 'apps/gallery/lib/hooks_handlers.php'; +OC::$CLASSPATH['Pictures_Managers'] = 'apps/gallery/lib/managers.php'; +OC::$CLASSPATH['Pictures_Tiles'] = 'apps/gallery/lib/tiles.php'; $l = OC_L10N::get('gallery'); |