fixing syntax error

remotes/origin/stable4
Thomas Müller 13 years ago
parent 8a3d41c043
commit 5193ddd7d7
  1. 5
      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');

Loading…
Cancel
Save