(bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgi
authorAlex Monk <krenair@gmail.com>
Mon, 28 Jan 2013 18:04:20 +0000 (18:04 +0000)
committerAlex Monk <krenair@gmail.com>
Mon, 28 Jan 2013 18:04:20 +0000 (18:04 +0000)
commitc2c982c4e818057d749a344e0e94413b2f775ad0
treece298fbef2d3d1abc178573780835a2840f769ad
parentb4edbc054012310621bcd14015a5400f1b4ff5e3
(bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgi

Done with this command:
grep wfArrayToCGI * -R -l -Z | xargs -0 -l sed -i -e 's/wfArrayToCGI/wfArrayToCgi/g' && git checkout -- HISTORY

Change-Id: If7f4d4bfc199289c11c43cf519c2415a1aad1c51
19 files changed:
api.php
includes/Action.php
includes/HttpFunctions.php
includes/OutputPage.php
includes/SkinTemplate.php
includes/SpecialPage.php
includes/SpecialPageFactory.php
includes/Title.php
includes/WebRequest.php
includes/actions/PurgeAction.php
includes/filerepo/FileRepo.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerPage.php
includes/media/ImageHandler.php
includes/resourceloader/ResourceLoaderStartUpModule.php
includes/specials/SpecialContributions.php
includes/specials/SpecialNewpages.php
profileinfo.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php