From 4bf047561972fe51f1c78b1af4c8e09bfdfc0d5e Mon Sep 17 00:00:00 2001 From: Russ Nelson Date: Wed, 4 May 2011 22:26:48 +0000 Subject: [PATCH] This part of the API seems universally ignored. If anybody needs this, they're going to have to modify every caller anyway, so it serves no purpose by existing. There, now my commit message is longer than the code being changed. My work here is done. --- includes/filerepo/File.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/filerepo/File.php b/includes/filerepo/File.php index 4e743c2396..c8b1cde9d9 100644 --- a/includes/filerepo/File.php +++ b/includes/filerepo/File.php @@ -229,7 +229,6 @@ abstract class File { * i.e. whether the files are all found in the same directory, * or in hashed paths like /images/3/3c. * - * May return false if the file is not locally accessible. */ public function getPath() { if ( !isset( $this->path ) ) { -- 2.20.1