friendica/src/Model
Roland Häder 6b5d90333f Fixes for some E_NOTICE and type-hints added (#5358)
* Fixed http://github to https://github

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixes for #4965:
- updated messages.po file

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixed E_NOTICE where isset()/empty() was absent.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixed missing variable $sql_order causing E_NOTICE.

Signed-off-by: Roland Häder <roland@mxchange.org>

* Continued:
- added array type-hint where known (some)

Signed-off-by: Roland Häder <roland@mxchange.org>

* Fixes:
- in Profile::load() $user is now only one-dimensional
- $a->get_hostname is no property, it is a method

Signed-off-by: Roland Häder <roland@mxchange.org>

* reverted changes that are unintended

Signed-off-by: Roland Häder <roland@mxchange.org>

* Continued:
- removed leading \ (uncommon, okay)
- removed entire if() block (CR by Hypolite)

Signed-off-by: Roland Häder <roland@mxchange.org>

* Removed if() block

Signed-off-by: Roland Häder <roland@mxchange.org>
2018-07-13 15:47:14 -04:00
..
Contact.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
Conversation.php Fix more undefined variable/index notice in tests 2018-07-02 07:45:25 -04:00
Event.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
GContact.php workaround for stalling worker processes when running the daemon 2018-07-11 06:05:22 +00:00
Group.php [frio] Improve Group Editing (#5349) 2018-07-09 18:36:50 -04:00
Item.php Several more warnings ... (#5340) 2018-07-10 08:27:56 -04:00
ItemContent.php Uncomment some code in ItemContent::getPlaintextPost 2018-04-22 11:43:27 -04:00
Mail.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
OpenWebAuthToken.php port hubzillas OpenWebAuth - fix wrong table name + fix wrong method name 2018-06-20 20:11:26 +02:00
Photo.php moved get_guid to System::createGUID 2018-07-09 21:38:16 +02:00
Process.php Remove references to include/datetime 2018-02-03 20:47:37 -05:00
Profile.php Fixes for some E_NOTICE and type-hints added (#5358) 2018-07-13 15:47:14 -04:00
PushSubscriber.php End subscription for unreachable subscribers 2018-05-19 03:56:29 +00:00
Queue.php Forgotten "+" 2018-02-08 19:47:47 +00:00
Term.php Use already fetched data for magiclink 2018-07-02 05:41:55 +00:00
User.php added forgotten trim 2018-07-06 15:49:27 +02:00