remove unused variable

This commit is contained in:
Morris Jobke 2016-01-25 09:29:44 +01:00
parent 37f5f5077a
commit 287e6d36bf

View file

@ -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 {