From: Russ Nelson Date: Wed, 4 May 2011 22:26:48 +0000 (+0000) Subject: This part of the API seems universally ignored. If anybody needs this, they're going... X-Git-Tag: 1.31.0-rc.0~30403 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%2C%22id_auteur=%24connecte%22%29%20.%20%22?a=commitdiff_plain;h=4bf047561972fe51f1c78b1af4c8e09bfdfc0d5e;p=lhc%2Fweb%2Fwiklou.git 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. --- 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 ) ) {