Move some global statements to top of function
authorKevin Israel <pleasestand@live.com>
Thu, 30 Apr 2015 17:48:52 +0000 (13:48 -0400)
committerLegoktm <legoktm.wikipedia@gmail.com>
Wed, 6 May 2015 20:19:32 +0000 (20:19 +0000)
commit272843a55d727e4ea736829586080098a83df330
tree18bffa56a367850ca77d079421d43562bf2dac1b
parent3ae6b8ad5f57a7516ca7fe5a9bbe553dfc6c08bc
Move some global statements to top of function

These were flagged by mediawiki/tools/code-utils/check-vars.php
because they were located inside a switch statement, or inside an
if statement and used outside the statement. All other warnings
from that script are bogus, mostly because the script has no
support for PHP 5.3 namespaces.

Change-Id: If93bae4434b5c28845125095f6a22d6788a76efc
includes/logging/LogFormatter.php
includes/logging/LogPager.php