]> git.mxchange.org Git - friendica.git/commit
Fix formatting and PHP notices in include/conversation
authorHypolite Petovan <mrpetovan@gmail.com>
Mon, 1 Jan 2018 20:27:33 +0000 (15:27 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Tue, 2 Jan 2018 13:09:50 +0000 (08:09 -0500)
commit3069f3b59d5e8b4400ae17baadb2358b9217ece3
tree560640257d26fe7e7095402c64f842a82c4d8685
parent66dbef93e3031da5cab37c01adb9a82f414809bc
Fix formatting and PHP notices in include/conversation

- Remove unused $nickname variable
- Remove unused $comment variable
- Use defaults() in get_responses() to check for array key existence
include/conversation.php