]> git.mxchange.org Git - friendica.git/commit
Various small fixes (#4795)
authorPierre Rudloff <contact@rudloff.pro>
Mon, 9 Apr 2018 19:34:53 +0000 (21:34 +0200)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 9 Apr 2018 19:34:53 +0000 (15:34 -0400)
commit7d953d952ec876ea7bb5e36860143ecc2a5f5118
treea0835d411cb885cb2338e0b95e4e1e8770a8d1fa
parent74e189039ad5ccbe33290c48302b68e793261ea1
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
include/api.php