logger: Fix undefined variable $data
authorTimo Tijhof <krinklemail@gmail.com>
Thu, 30 Jul 2015 01:26:52 +0000 (18:26 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Thu, 30 Jul 2015 01:26:52 +0000 (18:26 -0700)
commit5d2f9d08ee713a2a45da1b803a36ac392f36eaf6
treeea864272fd47224a33627e9c05ccfb913b37cb4d
parentdaf86edd327f1993bc7f7fd527553ad62ff9a489
logger: Fix undefined variable $data

Follows-up 77a397125f. Also add unit test that would've caught
this "PHP Notice: Undefined variable: data" error.

Change-Id: I8a3bd9c8b685c2aa7a466e3d3c61ffa027be02fa
includes/debug/logger/LegacyLogger.php
tests/phpunit/includes/debug/logger/LegacyLoggerTest.php