From 0eee140eafd128190aab6fce85ae4fb357e18f73 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Sat, 9 Jun 2012 16:45:53 +0200 Subject: [PATCH] Gallery: remove extra include of lib/base.php --- apps/gallery/lib/managers.php | 2 -- 1 file changed, 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'; -- 2.39.5