mirror of
https://github.com/flarum/framework.git
synced 2025-01-20 22:25:15 +08:00
Fix update page with custom base path (#1947)
Calling UpdateHandler causes RouteNotFoundException when basepath is not /.
This commit is contained in:
parent
babb36d375
commit
840e740309
|
@ -92,6 +92,7 @@ class InstalledApp implements AppInterface
|
|||
private function getUpdaterHandler()
|
||||
{
|
||||
$pipe = new MiddlewarePipe;
|
||||
$pipe->pipe(new BasePath($this->basePath()));
|
||||
$pipe->pipe(
|
||||
new DispatchRoute($this->container->make('flarum.update.routes'))
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user