jsminplus: Fix string concatenation in error message
authorBryan Davis <bd808@wikimedia.org>
Wed, 22 Oct 2014 03:53:03 +0000 (21:53 -0600)
committerKrinkle <krinklemail@gmail.com>
Wed, 22 Oct 2014 11:44:49 +0000 (11:44 +0000)
commit63233fa55c67151c33b02136c28ed92be79973b4
tree6096d975528bdd4e6a4582c9d91ac4305078c6a6
parent982143bf4fe9d98b9fd62f08147cb85fb0a6662c
jsminplus: Fix string concatenation in error message

PHP concatenates strings with the `.` operator, not with `+`.

Change-Id: I628a55d714129a1345c37bfd31d8985bce177701
includes/libs/jsminplus.php