Fix some Notices:
authorPaul Copperman <pcopp@users.mediawiki.org>
Mon, 11 Apr 2011 16:49:36 +0000 (16:49 +0000)
committerPaul Copperman <pcopp@users.mediawiki.org>
Mon, 11 Apr 2011 16:49:36 +0000 (16:49 +0000)
commitefb8c6b899ae1ef2f683319989876a0ab6d29431
tree77e6c06ab228e85926b98b3099cca634a9f57692
parentc67bfb7884e29bc7d3a8cfc6d0867eea9de42def
Fix some Notices:
* LanguageKaa.php: Fix ucfirst and lcfirst for empty strings.
* SkinTemplate.php: Fix undefined array access.
* ProxyTools.php: When running hiphop in cli mode, apache_request_headers() returns null. Fix wfGetForwardedFor() to account for that.
includes/ProxyTools.php
includes/SkinTemplate.php
languages/classes/LanguageKaa.php