]> git.mxchange.org Git - friendica.git/commit
Prevents 4 E_NOTICEs when POST fields are not set. (#5458)
authorRoland Häder <Quix0r@users.noreply.github.com>
Sun, 22 Jul 2018 23:49:16 +0000 (01:49 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sun, 22 Jul 2018 23:49:16 +0000 (19:49 -0400)
commita27ef8d0c9c835724ad7682c920f396420c3681b
tree8df6d4c6524ee587ba90521d535c76f4b18c753d
parentd3144e283749877d49910d66cc6cc81f15ec1e04
Prevents 4 E_NOTICEs when POST fields are not set. (#5458)

* Prevents 4 E_NOTICEs when POST fields are not set.

* Don't use x().

* Replaced usage of x() which is deprecated with !isset().

* Use empty() according to MrPetovan
mod/photos.php