]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/DatabaseStructure.php
old behaviour restored
[friendica.git] / src / Core / Console / DatabaseStructure.php
index 4e64dc612169f2dcca0587308c152239fa8bc52b..eb4c6df99837dcf4bac1ded841b8b82ba179007f 100644 (file)
@@ -39,6 +39,8 @@ HELP;
 
        protected function doExecute()
        {
+               $a = get_app();
+
                if ($this->getOption('v')) {
                        $this->out('Class: ' . __CLASS__);
                        $this->out('Arguments: ' . var_export($this->args, true));