]> git.mxchange.org Git - friendica.git/commit
Loop on expected fields instead of existing fields in Settings\UserExport
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 20 Aug 2020 13:30:50 +0000 (09:30 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 20 Aug 2020 13:30:50 +0000 (09:30 -0400)
commit40d12b85c4913820deed517ad78a54d7ed1899f8
tree26d6c71f9880ef5521902dfb63d9a8eaeed07901
parentac90387d82a3484a0c120a3a986084fce6699e76
Loop on expected fields instead of existing fields in Settings\UserExport

- We don't delete fields, so there can be more fields in the database than in the DB structure
- Address https://github.com/friendica/friendica/issues/8877#issuecomment-663875895
src/Module/Settings/UserExport.php