diff --git a/app/Controllers/Install.php b/app/Controllers/Install.php index f704ec15..a29d3303 100644 --- a/app/Controllers/Install.php +++ b/app/Controllers/Install.php @@ -37,7 +37,7 @@ class Install } $uri = \rawurldecode($uri); - $this->c->user = $this->c->users->create(['id' => 2, 'group_id' => FORK_GROUP_ADMIN]); + $this->c->user = $this->c->users->create(['id' => 1, 'group_id' => FORK_GROUP_ADMIN]); $this->c->Lang->load('common'); $r = $this->c->Router;