From: Bart Visscher Date: Sat, 9 Jun 2012 14:45:53 +0000 (+0200) Subject: Gallery: remove extra include of lib/base.php X-Git-Tag: v4.5.0beta1~74^2~421^2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0eee140eafd128190aab6fce85ae4fb357e18f73;p=nextcloud-server.git Gallery: remove extra include of lib/base.php --- 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';