From: Alexandre Emsenhuber Date: Sat, 10 May 2008 17:41:17 +0000 (+0000) Subject: E_STRICT X-Git-Tag: 1.31.0-rc.0~47727 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=2affc9e247233e2f89a3f6f780236c277c875cfb;p=lhc%2Fweb%2Fwiklou.git E_STRICT --- diff --git a/includes/filerepo/ForeignDBFile.php b/includes/filerepo/ForeignDBFile.php index fee0e0374a..a8174b732e 100644 --- a/includes/filerepo/ForeignDBFile.php +++ b/includes/filerepo/ForeignDBFile.php @@ -1,7 +1,7 @@ readOnlyError(); } - function recordUpload( /*...*/ ) { + function recordUpload( $oldver, $desc, $license = '', $copyStatus = '', $source = '', + $watch = false, $timestamp = false ) { $this->readOnlyError(); } - function restore( /*...*/ ) { + function restore( $versions = array(), $unsuppress = false ) { $this->readOnlyError(); } - function delete( /*...*/ ) { + function delete( $reason, $suppress = false ) { $this->readOnlyError(); } - function move( /*...*/ ) { + function move( $target ) { $this->readOnlyError(); }