mirror of
https://github.com/friendica/friendica
synced 2024-11-11 15:42:53 +00:00
a41e49c84a
* Fixes applied: - `if (is_array($some_array))` is better code style than `if ($some_array)` as the `if()` block really needs an array to be found - same with `if ($some_id)`, maybe `if ($some_id > 0)` is a more proper check - added missing field 'emailcc' to Item::ITEM_FIELDLIST Signed-off-by: Roland Häder <roland@mxchange.org> * Fixes E_NOTICE of missing variable (PHP's lazyness again). Signed-off-by: Roland Häder <roland@mxchange.org> * Use !empty() to avoid accessing empty array. Signed-off-by: Roland Häder <roland@mxchange.org> |
||
---|---|---|
.. | ||
Contact.php | ||
Conversation.php | ||
Event.php | ||
GContact.php | ||
Group.php | ||
Item.php | ||
ItemContent.php | ||
Mail.php | ||
OpenWebAuthToken.php | ||
Photo.php | ||
Process.php | ||
Profile.php | ||
PushSubscriber.php | ||
Queue.php | ||
Term.php | ||
User.php |