diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2012-04-30 21:52:14 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2012-04-30 21:55:25 +0200 |
commit | 5193ddd7d7b08a0ce4c3c8f963a218277937a85e (patch) | |
tree | e837b2af8981a647e208f7eb83a94a7bbbe1e7d6 /apps | |
parent | 8a3d41c043c8e605cd72839680230ce597055f81 (diff) | |
download | nextcloud-server-5193ddd7d7b08a0ce4c3c8f963a218277937a85e.tar.gz nextcloud-server-5193ddd7d7b08a0ce4c3c8f963a218277937a85e.zip |
fixing syntax error
Diffstat (limited to 'apps')
-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'); |