Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/60236


Change subject: Moved CryptRand.php to MWCryptRand.php
......................................................................

Moved CryptRand.php to MWCryptRand.php

Change-Id: I03e3742f270ccf05ea923a46e8f8171e6f73ffcd
---
M includes/AutoLoader.php
R includes/MWCryptRand.php
2 files changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/36/60236/1

diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php
index 8c20c8a..b9328d0 100644
--- a/includes/AutoLoader.php
+++ b/includes/AutoLoader.php
@@ -65,7 +65,7 @@
        '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

-- 
To view, visit https://gerrit.wikimedia.org/r/60236
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03e3742f270ccf05ea923a46e8f8171e6f73ffcd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to