mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/CLI
* also fix empty --build param building all files * fixed copy/paste typo
This commit is contained in:
@@ -56,7 +56,7 @@ class SqlGen
|
||||
|
||||
if ($depsOK)
|
||||
{
|
||||
if (isset(self::$tables[$ssRef->getName()]))
|
||||
if (isset(self::$tables[$ts->getName()]))
|
||||
{
|
||||
CLI::write('a SetupScript named '.CLI::bold($ts->getName()).' was already registered. Skipping...', CLI::LOG_WARN);
|
||||
unset(self::$tmpStore[$idx]);
|
||||
|
||||
Reference in New Issue
Block a user