From: Thomas Müller Date: Mon, 30 Apr 2012 19:52:14 +0000 (+0200) Subject: fixing syntax error X-Git-Tag: v4.0.0beta~134 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5193ddd7d7b08a0ce4c3c8f963a218277937a85e;p=nextcloud-server.git fixing syntax error --- 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');