]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing syntax error
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Apr 2012 19:52:14 +0000 (21:52 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 30 Apr 2012 19:55:25 +0000 (21:55 +0200)
apps/gallery/lib/images_utils.php

index 6f3959a342d4701e6c7ff276ea1bbcf37d4adc70..eb50f5217eac1d4216b01395b3a08dffe3bbe057 100644 (file)
 * 
 */
 
-if (file_exists('../../../lib/base.php'))
-   
-elseif (file_exists('lib/base.php'))
-  require_once('lib/base.php');
-
 OC_JSON::checkLoggedIn();
 OC_JSON::checkAppEnabled('gallery');