Fix php aowow --sql not doing anything (#307)
This commit is contained in:
parent
7c293c405f
commit
cb2274bbab
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ class SqlGen
|
|||
$doTbls = array_unique($doTbls);
|
||||
return true;
|
||||
}
|
||||
else if ($_ = CLISetup::getOpt('sql'))
|
||||
else if (is_array($_ = CLISetup::getOpt('sql')))
|
||||
{
|
||||
$doTbls = $_;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue