diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-09 16:45:53 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-11 20:34:06 +0200 |
commit | 0eee140eafd128190aab6fce85ae4fb357e18f73 (patch) | |
tree | 21f4f5157478923fec8fca80bb2eaedb31d04ea0 /apps/gallery/lib | |
parent | eddad8bedbea4ec655d6835b9a8d0678a81eb850 (diff) | |
download | nextcloud-server-0eee140eafd128190aab6fce85ae4fb357e18f73.tar.gz nextcloud-server-0eee140eafd128190aab6fce85ae4fb357e18f73.zip |
Gallery: remove extra include of lib/base.php
Diffstat (limited to 'apps/gallery/lib')
-rw-r--r-- | apps/gallery/lib/managers.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gallery/lib/managers.php b/apps/gallery/lib/managers.php index 9a2dbd3bae2..d4d978dbdd0 100644 --- a/apps/gallery/lib/managers.php +++ b/apps/gallery/lib/managers.php @@ -2,8 +2,6 @@ namespace OC\Pictures; -require_once('lib/base.php'); - class DatabaseManager { private static $instance = null; const TAG = 'DatabaseManager'; |