X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FUpdater.php;h=8d2bd577d1a27c3f60588f9949f4ab5a311da433;hb=270da705329afb8863c49a10a1b89c3ec14e8488;hp=723a7a81dac89bbb1cc57d548c762ce698a4ae8c;hpb=2e6314af312229467ca63b6dc0c337f92eb5ddeb;p=github%2Fshaarli%2FShaarli.git diff --git a/application/Updater.php b/application/Updater.php index 723a7a81..8d2bd577 100644 --- a/application/Updater.php +++ b/application/Updater.php @@ -436,6 +436,15 @@ class Updater } return true; } + + /** + * Save the datastore -> the link order is now applied when links are saved. + */ + public function updateMethodReorderDatastore() + { + $this->linkDB->save($this->conf->get('resource.page_cache')); + return true; + } } /**