From 5193ddd7d7b08a0ce4c3c8f963a218277937a85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= Date: Mon, 30 Apr 2012 21:52:14 +0200 Subject: [PATCH] fixing syntax error --- apps/gallery/lib/images_utils.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/gallery/lib/images_utils.php b/apps/gallery/lib/images_utils.php index 6f3959a342..eb50f5217e 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');