Avoid the warning of an unitialized variable in .htconfig.php

This commit is contained in:
Michael 2018-03-26 20:58:34 +00:00
parent 25981e8a22
commit b48df6a828
5 changed files with 10 additions and 0 deletions

View 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__);