This part of the API seems universally ignored. If anybody needs this, they're going...
authorRuss Nelson <nelson@users.mediawiki.org>
Wed, 4 May 2011 22:26:48 +0000 (22:26 +0000)
committerRuss Nelson <nelson@users.mediawiki.org>
Wed, 4 May 2011 22:26:48 +0000 (22:26 +0000)
includes/filerepo/File.php

index 4e743c2..c8b1cde 100644 (file)
@@ -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 ) ) {