Update Controllers\Install
This commit is contained in:
parent
281a9b29f8
commit
b3c91d3fdb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue