1
0
Fork 0
mirror of synced 2024-07-11 17:35:49 +12:00
appwrite/app/tasks
Steven Nguyen d41df04b6a
Ensure vars are not lost during upgrade
Using a reference on an array element while iterating over it caused
some unexpected behavior. Instead of using a reference, this change
uses a key to allow us to edit the array element.

For reference on the problem, see https://stackoverflow.com/questions/70691375/foreach-with-reference-causing-arrays-last-element-to-repeat.
2023-04-14 16:18:31 -07:00
..
doctor.php format files in app, src, tests 2022-05-23 14:54:50 +00:00
install.php Ensure vars are not lost during upgrade 2023-04-14 16:18:31 -07:00
maintenance.php Fix session expiration 2022-11-21 14:24:52 +00:00
migrate.php Fix migration of floats 2023-04-11 23:42:06 +12:00
sdks.php Add versioned specs and examples 2023-04-12 01:23:29 +12:00
specs.php Generate release specs 2022-09-01 04:49:24 +00:00
ssl.php Merge branch '0.14.x' of https://github.com/appwrite/appwrite into feat-new-event-model 2022-05-12 16:01:01 +02:00
usage.php Merge remote-tracking branch 'origin/1.1.x' into feat-usage-refactor 2022-10-31 06:36:26 +00:00
vars.php format files in app, src, tests 2022-05-23 14:54:50 +00:00