From c817809a11cd37477df920e0f6081d041ad69c47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 3 Jan 2014 13:01:28 +0100 Subject: [PATCH] Remove reference to deleted file MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It didn't even point to the right location… Follow-up to I70d20bf2. Change-Id: I7f909873035b9176ba9b7c2bf41b05d9eede3cc4 --- includes/upload/UploadBase.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/upload/UploadBase.php b/includes/upload/UploadBase.php index 3d2b3f44e6..9f34f9c8a1 100644 --- a/includes/upload/UploadBase.php +++ b/includes/upload/UploadBase.php @@ -31,8 +31,6 @@ * UploadBase and subclasses are the backend of MediaWiki's file uploads. * The frontends are formed by ApiUpload and SpecialUpload. * - * See also includes/docs/upload.txt - * * @author Brion Vibber * @author Bryan Tong Minh * @author Michael Dale -- 2.20.1