mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Gallery: Remove autoloaded includes from galleryOp.php
This commit is contained in:
parent
d10f4f071d
commit
e402896001
1 changed files with 1 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue