From: Sam Reed Date: Thu, 13 Jan 2011 18:04:30 +0000 (+0000) Subject: Followup r80122, protected, just incase it's needed.. X-Git-Tag: 1.31.0-rc.0~32572 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=90c703d61c485c633b214f78f48102c2848b82d8;p=lhc%2Fweb%2Fwiklou.git Followup r80122, protected, just incase it's needed.. --- diff --git a/includes/filerepo/ForeignAPIRepo.php b/includes/filerepo/ForeignAPIRepo.php index e4188d6be9..c4aed10833 100644 --- a/includes/filerepo/ForeignAPIRepo.php +++ b/includes/filerepo/ForeignAPIRepo.php @@ -102,7 +102,6 @@ class ForeignAPIRepo extends FileRepo { return false; } - function fileExistsBatch( $files, $flags = 0 ) { $results = array(); foreach ( $files as $k => $f ) { @@ -129,6 +128,7 @@ class ForeignAPIRepo extends FileRepo { } return $results; } + function getFileProps( $virtualUrl ) { return false; } diff --git a/includes/specials/SpecialContributions.php b/includes/specials/SpecialContributions.php index ceaa1a9e44..2db53ca60b 100644 --- a/includes/specials/SpecialContributions.php +++ b/includes/specials/SpecialContributions.php @@ -29,7 +29,7 @@ class SpecialContributions extends SpecialPage { - private $opts; + protected $opts; public function __construct() { parent::__construct( 'Contributions' );