X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FConsole%2FStorage.php;h=e0083598c319ec07b93b7c64f7bd533fff945e44;hb=efe358c617d18740b63cd0dcb1ee23591fcb0e2d;hp=601019fa8bb03a62e8203d09d7035c1995798129;hpb=24d7ffa3fee7e3686589f29f005fb2c419c9985a;p=friendica.git diff --git a/src/Core/Console/Storage.php b/src/Core/Console/Storage.php index 601019fa8b..e0083598c3 100644 --- a/src/Core/Console/Storage.php +++ b/src/Core/Console/Storage.php @@ -22,7 +22,7 @@ Synopsis Show this help bin/console storage list - List avaiable storage backends + List available storage backends bin/console storage set Set current storage backend @@ -37,8 +37,6 @@ HELP; protected function doExecute() { - $a = \Friendica\BaseObject::getApp(); - if ($this->getOption('v')) { $this->out('Executable: ' . $this->executable); $this->out('Class: ' . __CLASS__);