Setup/CLI

* also fix empty --build param building all files
 * fixed copy/paste typo
This commit is contained in:
Sarjuuk
2021-10-24 20:41:44 +02:00
parent cb2274bbab
commit 07b9ed4275
2 changed files with 2 additions and 2 deletions

View File

@@ -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]);