Fixed system seeds

This commit is contained in:
Lukáš Plevač 2023-10-01 11:26:11 +02:00
parent 1b280bc119
commit bd51a52ad3

View File

@ -55,8 +55,8 @@
if (!$system->find("name", "seeds")) {
include "seeds.php";
$system->name = "seeds";
$system->value = "true";
$system->name->set("seeds");
$system->value->set("true");
$system->commit();
}