Gallery: Remove autoloaded includes from galleryOp.php

This commit is contained in:
Bart Visscher 2012-02-13 22:30:27 +01:00
parent d10f4f071d
commit e402896001

View file

@ -22,8 +22,7 @@
*/
require_once('../../../lib/base.php');
require_once(OC::$CLASSPATH['OC_Gallery_Album']);
require_once(OC::$CLASSPATH['OC_Gallery_Scanner']);
OC_JSON::checkAppEnabled('gallery');
function handleRename($oldname, $newname) {