Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Wikipedia: Mediawiki-CVS

SVN: [40097] trunk/phase3/includes/UploadFromStash.php

 

 

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded


btongminh at svn

Aug 27, 2008, 12:10 PM

Post #1 of 1 (24 views)
Permalink
SVN: [40097] trunk/phase3/includes/UploadFromStash.php

Revision: 40097
Author: btongminh
Date: 2008-08-27 19:10:57 +0000 (Wed, 27 Aug 2008)

Log Message:
-----------
Fixup the function declarations that we're overridden from UploadFromBase.

Modified Paths:
--------------
trunk/phase3/includes/UploadFromStash.php

Modified: trunk/phase3/includes/UploadFromStash.php
===================================================================
--- trunk/phase3/includes/UploadFromStash.php 2008-08-27 18:50:29 UTC (rev 40096)
+++ trunk/phase3/includes/UploadFromStash.php 2008-08-27 19:10:57 UTC (rev 40097)
@@ -20,13 +20,13 @@
/*
* File has been previously verified so no need to do so again.
*/
- protected function verifyFile( $tmpfile, $extension ) {
+ protected function verifyFile( $tmpfile ) {
return true;
}
/*
* We're here from "ignore warnings anyway" so return just OK
*/
- function checkWarnings( &$resultDetails ) {
- return self::OK;
+ function checkWarnings() {
+ return array();
}
}



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS[at]lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Wikipedia mediawiki-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.