From b41a2f8f68acff2c4fa61ea8a7d226709a61753f Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 21 Apr 2013 23:57:37 -0700 Subject: [PATCH] Moved CryptRand.php to MWCryptRand.php Change-Id: I03e3742f270ccf05ea923a46e8f8171e6f73ffcd --- includes/AutoLoader.php | 2 +- includes/{CryptRand.php => MWCryptRand.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename includes/{CryptRand.php => MWCryptRand.php} (100%) diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index 8c20c8ab71..b9328d028e 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -65,7 +65,7 @@ $wgAutoloadLocalClasses = array( 'ConfEditorToken' => 'includes/ConfEditor.php', 'Cookie' => 'includes/Cookie.php', 'CookieJar' => 'includes/Cookie.php', - 'MWCryptRand' => 'includes/CryptRand.php', + 'MWCryptRand' => 'includes/MWCryptRand.php', 'CurlHttpRequest' => 'includes/HttpFunctions.php', 'DeferrableUpdate' => 'includes/DeferredUpdates.php', 'DeferredUpdates' => 'includes/DeferredUpdates.php', diff --git a/includes/CryptRand.php b/includes/MWCryptRand.php similarity index 100% rename from includes/CryptRand.php rename to includes/MWCryptRand.php -- 2.20.1