mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
remove unused variable
This commit is contained in:
parent
37f5f5077a
commit
287e6d36bf
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