mirror of
https://github.com/flarum/core.git
synced 2025-06-08 15:44:57 +02: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()
|
private function getUpdaterHandler()
|
||||||
{
|
{
|
||||||
$pipe = new MiddlewarePipe;
|
$pipe = new MiddlewarePipe;
|
||||||
|
$pipe->pipe(new BasePath($this->basePath()));
|
||||||
$pipe->pipe(
|
$pipe->pipe(
|
||||||
new DispatchRoute($this->container->make('flarum.update.routes'))
|
new DispatchRoute($this->container->make('flarum.update.routes'))
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user