friendica/src
Roland Häder a41e49c84a Fixes for E_NOTICE in mod/item.php (#5393)
* 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>
2018-07-17 18:18:42 -04:00
..
Content Fixes for OEmbed class (#5392) 2018-07-17 16:28:20 -04:00
Core Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Database Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Model Fixes for E_NOTICE in mod/item.php (#5393) 2018-07-17 18:18:42 -04:00
Module Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Network Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
Object Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Protocol Ensure that "follow" requests can be processed 2018-07-16 06:34:12 +00:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Fix function comments in Util\Network 2018-07-15 08:03:12 -04:00
Worker Next item structure works (#5380) 2018-07-15 14:36:20 -04:00
App.php Fix Broken Profile Links (#5286) 2018-07-14 16:31:46 -04:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Add new Module classes 2017-12-29 21:55:13 -05:00