Fix debug log line for $userLimit.
authordaniel <daniel.kinzler@wikimedia.de>
Mon, 22 Apr 2013 07:52:36 +0000 (09:52 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 22 Apr 2013 07:52:36 +0000 (09:52 +0200)
commit3487ae0630b9b3679117121af617f1de7405336b
treedc116a65c317ce90c1c45b97ad83f1ef59206ecf
parentea430cba3d7999e39f77833e19456a4abac840dc
Fix debug log line for $userLimit.

$userLimit was used inline in the message, causing an "array to string conversion"
notice and a mangled log entry.

Change-Id: I8c5199f1bf01b56e955d8d15c48061b5301b1745
includes/User.php