]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Return true after update ReorderDatastore to complete it 1019/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 11 Nov 2017 15:51:10 +0000 (16:51 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 11 Nov 2017 15:51:10 +0000 (16:51 +0100)
application/Updater.php

index bc859536f61a846d9a5923e03f35ea33e9fae77d..8d2bd577d1a27c3f60588f9949f4ab5a311da433 100644 (file)
@@ -443,6 +443,7 @@ class Updater
     public function updateMethodReorderDatastore()
     {
         $this->linkDB->save($this->conf->get('resource.page_cache'));
+        return true;
     }
 }