]> git.mxchange.org Git - friendica.git/commit
Quick fix PHP notices in various files
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 1 Jan 2018 20:51:02 +0000 (15:51 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:11:14 +0000 (08:11 -0500)
commit9f04017e278e84638af0f35b08433d6289eacf45
tree0325099a4eaa9d316e8b7339ee1a9ecd9cacef8a
parent861c4c74749e78a0e6ffae1149c988ee4b8d53f2
Quick fix PHP notices in various files

- Remove unused variables
- Fix variable name typos
- Use x() and defaults() to fix undefined index
- Add back uninitialized variables
include/items.php
include/text.php
mod/display.php
mod/nogroup.php
mod/ping.php
mod/videos.php
src/Core/Worker.php
src/Model/Contact.php
src/Network/Probe.php