]> git.mxchange.org Git - friendica.git/commit
Fixed E_NOTICE when no 'term' was provided (#5391)
authorRoland Häder <Quix0r@users.noreply.github.com>
Wed, 18 Jul 2018 19:41:24 +0000 (21:41 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Wed, 18 Jul 2018 19:41:24 +0000 (15:41 -0400)
commit2c44437d40d339c90a3f1244a28ce64309ad3e34
treedb1e5e32c9b30b8ac3c710fc6f7702a9a3e8cecc
parentb057906bedb0cc3314e9f1b07645d55b89cc8bed
Fixed E_NOTICE when no 'term' was provided (#5391)

* Fixed E_NOTICE when no 'term' was provided, maybe better encapsulate this whole
$_GET, $_POST and $_SESSION thing into a `Request` class?

Signed-off-by: Roland Häder <roland@mxchange.org>
* Rewrote to recommendation by @MrPetovan which results in really nicer code.

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