From: ArthurHoaro Date: Sat, 11 Nov 2017 15:51:10 +0000 (+0100) Subject: Return true after update ReorderDatastore to complete it X-Git-Tag: v0.9.4~30^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=270da705329afb8863c49a10a1b89c3ec14e8488 Return true after update ReorderDatastore to complete it --- 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; } }