friendica/src
Roland Häder b05b96d04a Fixes: (#5404)
- fixed E_NOTICE in mod/follow.php
- fixed 2 E_NOTICE in src/Protocol/Diaspora.php
- added more type-hints for `array` type where known

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-19 07:07:14 -04:00
..
Content Merge pull request #5295 from MrPetovan/task/4889-move-config-to-config 2018-07-18 11:04:35 +02:00
Core Fix tests (#5400) 2018-07-18 16:30:55 -04:00
Database Replace direct accesses to App->config by Config::get/set calls 2018-07-16 19:38:16 -04:00
Model According to @annando and @MrPetovan, $emailcc is no `item` field (column) and (#5401) 2018-07-18 17:26:14 -04:00
Module Enforce systen.register_policy value type 2018-07-16 19:38:19 -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 Fixes: (#5404) 2018-07-19 07:07:14 -04:00
Render Replace current_theme() and current_theme_url() calls 2018-04-28 18:37:25 -04:00
Util Fix notice in Util\Network 2018-07-17 21:00:22 -04:00
Worker Remove global $db variable 2018-07-16 19:38:17 -04:00
App.php Add support for legacy $lang config in App->loadConfig 2018-07-17 02:05:52 -04:00
BaseModule.php added hint about naming the class and filename 2018-04-03 16:33:39 +02:00
BaseObject.php Set BaseObject::setApp in App 2018-07-16 19:38:13 -04:00