Files
friendica/mod
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
..
2018-05-14 22:50:03 +02:00
2018-07-14 14:01:17 -04:00
2018-06-02 08:05:06 +00:00
2018-01-22 18:03:26 -05:00
2018-01-22 18:03:26 -05:00
2018-01-22 18:03:26 -05:00
2018-03-02 18:41:24 -05:00
2018-03-23 06:32:34 -04:00
2018-01-22 18:03:26 -05:00
2018-01-22 18:03:26 -05:00
2018-07-10 08:27:56 -04:00
2018-07-16 04:00:57 +00:00
2018-06-19 17:11:59 +00:00
2018-06-01 07:30:04 -04:00
2018-01-23 21:59:16 -05:00
2018-07-10 08:27:56 -04:00
2018-03-02 18:41:24 -05:00
2018-07-09 18:36:50 -04:00
2018-01-22 18:03:26 -05:00
2018-04-25 23:30:56 +02:00
2018-01-23 21:59:16 -05:00
2017-11-08 08:37:03 -05:00
2018-04-28 17:06:08 +02:00
2018-01-22 18:03:26 -05:00
2018-04-03 12:47:38 +02:00
2018-01-22 18:03:26 -05:00
2018-06-02 08:05:06 +00:00
2018-07-10 08:27:56 -04:00
2018-01-22 18:03:26 -05:00
2018-07-15 14:36:20 -04:00
2018-01-22 18:03:26 -05:00
2018-05-17 00:24:25 +02:00
2018-07-10 08:27:56 -04:00
2018-07-10 08:27:56 -04:00
2018-07-10 08:27:56 -04:00
2018-07-10 08:27:56 -04:00
2018-07-09 21:38:16 +02:00
2018-01-20 07:48:22 -05:00
2018-07-10 08:27:56 -04:00
2018-07-09 21:38:16 +02:00
2018-03-13 23:32:38 +00:00
2018-06-02 08:05:06 +00:00
2018-07-08 09:37:05 +00:00
2018-01-22 18:03:26 -05:00
2018-07-10 08:27:56 -04:00
2018-07-15 14:36:20 -04:00
2018-07-15 08:03:12 -04:00
2018-01-27 11:59:10 -05:00
2018-06-02 08:05:06 +00:00
2018-06-02 08:05:06 +00:00
2018-06-19 17:11:59 +00:00
2018-07-10 08:27:56 -04:00