From 270da705329afb8863c49a10a1b89c3ec14e8488 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 11 Nov 2017 16:51:10 +0100 Subject: [PATCH] Return true after update ReorderDatastore to complete it --- application/Updater.php | 1 + 1 file changed, 1 insertion(+) 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 public function updateMethodReorderDatastore() { $this->linkDB->save($this->conf->get('resource.page_cache')); + return true; } } -- 2.41.0