diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2017-02-20 14:49:28 -0800 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2017-02-21 02:14:48 +0000 |
commit | e08e923935533da34a91bc91bf6a0ba6fe73e727 (patch) | |
tree | b2be26a6aee81908ff2bc8a53b758b70f2bd81c7 /img_auth.php | |
parent | 1e9c361960587b889911f6239026f6358c880845 (diff) | |
download | mediawikicore-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.php | 2 |
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 != '' ) { |