Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/53895


Change subject: Fixed E_STRICT warning: Strict Standards: Declaration of 
UploadFromChunks::stashFile() should be compatible with 
UploadBase::stashFile(User $user = NULL)
......................................................................

Fixed E_STRICT warning:
Strict Standards: Declaration of UploadFromChunks::stashFile() should be
compatible with UploadBase::stashFile(User $user = NULL)

Change-Id: If14d7aeacb23df16bff94c5989cde4ee31c1d105
---
M includes/upload/UploadFromChunks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/95/53895/1

diff --git a/includes/upload/UploadFromChunks.php 
b/includes/upload/UploadFromChunks.php
index fb0c786..e784e51 100644
--- a/includes/upload/UploadFromChunks.php
+++ b/includes/upload/UploadFromChunks.php
@@ -66,7 +66,7 @@
         *
         * @return UploadStashFile stashed file
         */
-       public function stashFile() {
+       public function stashFile( User $user = null ) {
                // Stash file is the called on creating a new chunk session:
                $this->mChunkIndex = 0;
                $this->mOffset = 0;

-- 
To view, visit https://gerrit.wikimedia.org/r/53895
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If14d7aeacb23df16bff94c5989cde4ee31c1d105
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to