From 2affc9e247233e2f89a3f6f780236c277c875cfb Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 10 May 2008 17:41:17 +0000 Subject: [PATCH] E_STRICT --- includes/filerepo/ForeignDBFile.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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(); } -- 2.20.1