]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/Storage.php
Merge pull request #6746 from nupplaphil/issue/6338-notices
[friendica.git] / src / Core / Console / Storage.php
index 601019fa8bb03a62e8203d09d7035c1995798129..e0083598c319ec07b93b7c64f7bd533fff945e44 100644 (file)
@@ -22,7 +22,7 @@ Synopsis
         Show this help
     
     bin/console storage list
-        List avaiable storage backends
+        List available storage backends
     
     bin/console storage set <name>
         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__);