X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=application%2FUpdater.php;h=8d2bd577d1a27c3f60588f9949f4ab5a311da433;hb=4c2f51256f2c914a10c0c7aa59311c5862d2a480;hp=723a7a81dac89bbb1cc57d548c762ce698a4ae8c;hpb=12266213d098a53c5f005b9afcbbe62771fd580c;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; + } } /**