friendica/include
Pierre Rudloff 7d953d952e Various small fixes (#4795)
* Use strict comparison to avoid 0 == false
* Avoid unecessary loop
* Avoid undefined variable
* Fix wrong variable name
* Don't try to use the $status_info variable if it does not exist
* Avoid undefined variable
* Check that variable is defined before trying to use it
* Don't cast $data array to boolean
* Fix undefined array
* $reactivate_group variable is not always defined
* Variable $found is not always defined
* Remove unused return statement
* Fix undefined array
* api_unique_id_to_nurl() requires an integer as argument
* Don't try to use $uinfo if it is false
* Don't use the same variable names in inner loop
* Throw an exception if $fileext is not defined
2018-04-09 15:34:53 -04:00
..
api.php Various small fixes (#4795) 2018-04-09 15:34:53 -04:00
conversation.php Merge pull request #4722 from MrPetovan/task/add-content_filter-hook 2018-04-06 06:42:52 +02:00
dba.php Add meaningful return value to dba::connect 2018-03-18 05:15:14 -04:00
enotify.php Use App->getSenderEmailAddress in include/enotify 2018-04-06 21:47:42 -04:00
items.php Merge pull request #4593 from annando/fix-ostatus 2018-03-14 18:46:21 -04:00
security.php We can now delegate again like before 2018-02-08 22:18:34 +00:00
text.php Only compare the HTML when we forcefully ignore the cache 2018-04-06 16:52:01 +00:00