We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048c7ce commit 741622fCopy full SHA for 741622f
src/controllers/FolderController.php
@@ -61,7 +61,7 @@ public function getAddfolder()
61
return parent::error('folder-alnum');
62
} else {
63
parent::createFolderByPath($path);
64
- return $this->success_response;
+ return parent::$success_response;
65
}
66
67
0 commit comments