E_STRICT fixes for filerepo stuff. Also, use 'abstract' keyword for File class,...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 24 Jun 2007 06:32:07 +0000 (06:32 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 24 Jun 2007 06:32:07 +0000 (06:32 +0000)
commitce84509f0b58b63874a9ea154c9ca56cb1750958
tree44096f05b5b2fab610c2adbf3288108438bcb9d0
parentba9a3d4c60c16409d63fd56c6ac364784a2c909d
E_STRICT fixes for filerepo stuff.  Also, use 'abstract' keyword for File class, and mark some public methods public (and one private method protected, which I think is what was meant but no harm if private was actually meant).  Couldn't fix the non-matching declarations of Image::newFromTitle() and LocalFile::newFromTitle().
includes/filerepo/File.php
includes/filerepo/LocalFile.php
includes/filerepo/UnregisteredLocalFile.php