Merge pull request #21879 from owncloud/remove-unused-code
remove unused variable
This commit is contained in:
commit
e84a663b05
1 changed files with 0 additions and 1 deletions
|
@ -734,7 +734,6 @@ class Server extends ServerContainer implements IServerContainer {
|
|||
public function getAppFolder() {
|
||||
$dir = '/' . \OC_App::getCurrentApp();
|
||||
$root = $this->getRootFolder();
|
||||
$folder = null;
|
||||
if (!$root->nodeExists($dir)) {
|
||||
$folder = $root->newFolder($dir);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue