aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/front/ShaarliMiddleware.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/front/ShaarliMiddleware.php')
-rw-r--r--application/front/ShaarliMiddleware.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/front/ShaarliMiddleware.php b/application/front/ShaarliMiddleware.php
index 92c0e911..707489d0 100644
--- a/application/front/ShaarliMiddleware.php
+++ b/application/front/ShaarliMiddleware.php
@@ -93,6 +93,7 @@ class ShaarliMiddleware
93 return; 93 return;
94 } 94 }
95 95
96 $this->container->updater->setBasePath($this->container->basePath);
96 $newUpdates = $this->container->updater->update(); 97 $newUpdates = $this->container->updater->update();
97 if (!empty($newUpdates)) { 98 if (!empty($newUpdates)) {
98 $this->container->updater->writeUpdates( 99 $this->container->updater->writeUpdates(