]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - application/Updater.php
Fixes #775: LinkDB do not access LinkDB before ID system migration 776/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 4 Feb 2017 11:01:48 +0000 (12:01 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 4 Feb 2017 11:01:48 +0000 (12:01 +0100)
commitc03455af1161befa404ed8759ca55b63bbf593a2
tree4afdf4b58f17960d0e471a2ae378cda3e8cfae72
parent6f566b69ba141c29fb3fa1e32a1760a1e8b09840
Fixes #775: LinkDB do not access LinkDB before ID system migration

To access LinkDB items with its ArrayAccess implementation, the IDs must be consistent, which isn't the case before `updateMethodDatastoreIds()` execution. v0.6.4 method `updateMethodRenameDashTags()` was accessing it, so an upgrade <0.6.4 to >0.8.x was failing.

This just move the minor update `RenameDashTags` after the IDs update.
application/Updater.php