aboutsummaryrefslogtreecommitdiffhomepage
path: root/application
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-11-11 16:51:38 +0100
committerGitHub <noreply@github.com>2017-11-11 16:51:38 +0100
commit7d0be731c9a3ea269e05d143b6bcfd257e1208b5 (patch)
tree892beeafe6cc6ab81f64a99e7ac04e0fa22c9176 /application
parent488786d3e4e113ef93f5dcddf86315480d2ae5c1 (diff)
parent270da705329afb8863c49a10a1b89c3ec14e8488 (diff)
downloadShaarli-7d0be731c9a3ea269e05d143b6bcfd257e1208b5.tar.gz
Shaarli-7d0be731c9a3ea269e05d143b6bcfd257e1208b5.tar.zst
Shaarli-7d0be731c9a3ea269e05d143b6bcfd257e1208b5.zip
Merge pull request #1019 from ArthurHoaro/hotfix/complete-update
Return true after update ReorderDatastore to complete it
Diffstat (limited to 'application')
-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