Merge pull request #21879 from owncloud/remove-unused-code

remove unused variable
This commit is contained in:
Thomas Müller 2016-01-25 09:58:33 +01:00
commit e84a663b05

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 {