resourceloader: Fix broken 'deprecated' string messages
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 18 Mar 2017 00:22:34 +0000 (17:22 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 18 Mar 2017 00:23:34 +0000 (17:23 -0700)
commit8a7fb8577fd181b0cbe292cdb7435b0f3ae5994f
treece2d6f231997746edb81a09109749bebeea5a7a9
parent10c5938e066233ac25a4c82c212bb5f2101157c9
resourceloader: Fix broken 'deprecated' string messages

Some used a string value, others an array with 'message' property.
Standardise on the string value, which seems more intuitive.

Change-Id: I5caead7b7017d2bad660db02fb45a54a26bf3728
includes/resourceloader/ResourceLoaderModule.php
resources/Resources.php
tests/phpunit/includes/resourceloader/ResourceLoaderFileModuleTest.php