aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/Updater.php
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-11-11 16:51:10 +0100
committerArthurHoaro <arthur@hoa.ro>2017-11-11 16:51:10 +0100
commit270da705329afb8863c49a10a1b89c3ec14e8488 (patch)
tree892beeafe6cc6ab81f64a99e7ac04e0fa22c9176 /application/Updater.php
parent488786d3e4e113ef93f5dcddf86315480d2ae5c1 (diff)
downloadShaarli-270da705329afb8863c49a10a1b89c3ec14e8488.tar.gz
Shaarli-270da705329afb8863c49a10a1b89c3ec14e8488.tar.zst
Shaarli-270da705329afb8863c49a10a1b89c3ec14e8488.zip
Return true after update ReorderDatastore to complete it
Diffstat (limited to 'application/Updater.php')
-rw-r--r--application/Updater.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/Updater.php b/application/Updater.php
index bc859536..8d2bd577 100644
--- a/application/Updater.php
+++ b/application/Updater.php
@@ -443,6 +443,7 @@ class Updater
443 public function updateMethodReorderDatastore() 443 public function updateMethodReorderDatastore()
444 { 444 {
445 $this->linkDB->save($this->conf->get('resource.page_cache')); 445 $this->linkDB->save($this->conf->get('resource.page_cache'));
446 return true;
446 } 447 }
447} 448}
448 449