]> git.mxchange.org Git - friendica.git/commit
Fixes/rewrites on videos.php (#5489)
authorRoland Häder <Quix0r@users.noreply.github.com>
Wed, 25 Jul 2018 02:54:00 +0000 (04:54 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Wed, 25 Jul 2018 02:54:00 +0000 (22:54 -0400)
commit1213fce8e596a27af9de4be308d05d28da626982
tree0b80a69104d742d0fba87625c654e4e7296daa92
parent37253656e3f1403b25c5f0fee6c9631140c4507a
Fixes/rewrites on videos.php (#5489)

* Fixes/rewrites:
- use empty()/isset() instead of deprecated x()
- merged 2 nested if() blocks into one
- avoided nested if() block inside else block by rewriting it to elseif()
- $contact_id is an integer, let's test on > 0 here
- added a lot spaces and some empty lines for better readability

* CR request:
- removed stray spaces
- added some where they improve readability
mod/videos.php