]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Return true after update ReorderDatastore to complete it
[github/shaarli/Shaarli.git] / 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;
     }
 }