fixing syntax error

This commit is contained in:
Thomas Müller 2012-04-30 21:52:14 +02:00
parent 8a3d41c043
commit 5193ddd7d7
1 changed files with 0 additions and 5 deletions

View File

@ -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');