]> source.dussan.org Git - nextcloud-server.git/commitdiff
Gallery: Remove autoloaded includes from galleryOp.php
authorBart Visscher <bartv@thisnet.nl>
Mon, 13 Feb 2012 21:30:27 +0000 (22:30 +0100)
committerBart Visscher <bartv@thisnet.nl>
Mon, 13 Feb 2012 21:33:48 +0000 (22:33 +0100)
apps/gallery/ajax/galleryOp.php

index 8df692c77351e63e6bd000be183efbcf96968686..c0623c90d940ed8e2d769b5189ff1880e5c3810f 100644 (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) {