]> git.mxchange.org Git - friendica.git/commit
Fix item.private value in Model\Event::getItemArrayForId
authorHypolite Petovan <hypolite@mrpetovan.com>
Tue, 25 Jul 2023 20:48:37 +0000 (22:48 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 25 Jul 2023 20:48:37 +0000 (22:48 +0200)
commite468870e8735070fe7454025262a9229b37feb74
tree4557adfdf59a8ebd796b9bfb74fec349a69dc523
parent7e8a44c15bf3a110d169cebd8d8640dbd5f6f558
Fix item.private value in Model\Event::getItemArrayForId

- The $event array doesn't have a `private` key because the event table doesn't have a `private` field.
src/Model/Event.php