diff options
-rw-r--r-- | apps/gallery/lib/images_utils.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gallery/lib/images_utils.php b/apps/gallery/lib/images_utils.php index 6f3959a342d..eb50f5217ea 100644 --- a/apps/gallery/lib/images_utils.php +++ b/apps/gallery/lib/images_utils.php @@ -21,11 +21,6 @@ * */ -if (file_exists('../../../lib/base.php')) - -elseif (file_exists('lib/base.php')) - require_once('lib/base.php'); - OC_JSON::checkLoggedIn(); OC_JSON::checkAppEnabled('gallery'); |