mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-04 06:51:33 +01:00
Fixed system seeds
This commit is contained in:
parent
1b280bc119
commit
bd51a52ad3
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user