]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Console/Config.php
Avoid the warning of an unitialized variable in .htconfig.php
[friendica.git] / src / Core / Console / Config.php
index 9905e473c7e6ba72e5cb9e747b548aea379ffaa6..306e1c275eb18af5ab0b667b9da77aabd4a27c22 100644 (file)
@@ -79,6 +79,8 @@ HELP;
 
        protected function doExecute()
        {
+               $a = get_app();
+
                if ($this->getOption('v')) {
                        $this->out('Executable: ' . $this->executable);
                        $this->out('Class: ' . __CLASS__);