aboutsummaryrefslogtreecommitdiffstats
path: root/img_auth.php
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2017-02-20 14:49:28 -0800
committerJforrester <jforrester@wikimedia.org>2017-02-21 02:14:48 +0000
commite08e923935533da34a91bc91bf6a0ba6fe73e727 (patch)
treeb2be26a6aee81908ff2bc8a53b758b70f2bd81c7 /img_auth.php
parent1e9c361960587b889911f6239026f6358c880845 (diff)
downloadmediawikicore-e08e923935533da34a91bc91bf6a0ba6fe73e727.tar.gz
mediawikicore-e08e923935533da34a91bc91bf6a0ba6fe73e727.zip
/*.php: Replace implicit Bugzilla bug numbers with Phab ones
It's unreasonable to expect newbies to know that "bug 12345" means "Task T14345" except where it doesn't, so let's just standardise on the real numbers. Change-Id: If82c31fc877249d6fa3727b79c3bb8369ad9382b
Diffstat (limited to 'img_auth.php')
-rw-r--r--img_auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/img_auth.php b/img_auth.php
index fa1609f96398..205280908b70 100644
--- a/img_auth.php
+++ b/img_auth.php
@@ -68,7 +68,7 @@ function wfImageAuthMain() {
$path = "/" . $path;
}
- // Check for bug 28235: QUERY_STRING overriding the correct extension
+ // Check for T30235: QUERY_STRING overriding the correct extension
$whitelist = [];
$extension = FileBackend::extensionFromPath( $path, 'rawcase' );
if ( $extension != '' ) {