refac: DummyGeneralLite
This commit is contained in:
@@ -160,7 +160,7 @@ class GeneralLite extends GeneralBase
|
||||
$rawGeneral = $db->queryFirstRow('SELECT %l FROM general WHERE no = %i', Util::formatListOfBackticks($column), $generalID);
|
||||
|
||||
if (!$rawGeneral) {
|
||||
return new DummyGeneral($queryMode->value > 0);
|
||||
return new DummyGeneralLite($queryMode->value > 0);
|
||||
}
|
||||
|
||||
$rawRankValues = new Map();
|
||||
|
||||
Reference in New Issue
Block a user