Fix Update controller

This commit is contained in:
Visman 2020-09-27 15:33:04 +07:00
parent 542e47d932
commit 516534d1d1

View file

@ -34,9 +34,9 @@ class Update
],
],
];
}
$this->c->config($confChange);
$this->c->config($confChange);
}
$uri = $_SERVER['REQUEST_URI'];
if (false !== ($pos = \strpos($uri, '?'))) {