mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-19 05:30:51 +01:00
Fixed system seeds
This commit is contained in:
parent
1b280bc119
commit
bd51a52ad3
@ -55,8 +55,8 @@
|
|||||||
if (!$system->find("name", "seeds")) {
|
if (!$system->find("name", "seeds")) {
|
||||||
include "seeds.php";
|
include "seeds.php";
|
||||||
|
|
||||||
$system->name = "seeds";
|
$system->name->set("seeds");
|
||||||
$system->value = "true";
|
$system->value->set("true");
|
||||||
$system->commit();
|
$system->commit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user