Fix Update controller
This commit is contained in:
parent
542e47d932
commit
516534d1d1
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ class Update
|
|||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
$this->c->config($confChange);
|
||||
$this->c->config($confChange);
|
||||
}
|
||||
|
||||
$uri = $_SERVER['REQUEST_URI'];
|
||||
if (false !== ($pos = \strpos($uri, '?'))) {
|
||||
|
|
Loading…
Add table
Reference in a new issue