summaryrefslogtreecommitdiffstats
path: root/apps/gallery/lib
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-09 16:45:53 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-11 20:34:06 +0200
commit0eee140eafd128190aab6fce85ae4fb357e18f73 (patch)
tree21f4f5157478923fec8fca80bb2eaedb31d04ea0 /apps/gallery/lib
parenteddad8bedbea4ec655d6835b9a8d0678a81eb850 (diff)
downloadnextcloud-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.php2
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';