http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76354

Revision: 76354
Author:   neilk
Date:     2010-11-08 23:35:24 +0000 (Mon, 08 Nov 2010)
Log Message:
-----------
used accessor as recommended in comments to r73555

Modified Paths:
--------------
    trunk/phase3/includes/upload/UploadStash.php

Modified: trunk/phase3/includes/upload/UploadStash.php
===================================================================
--- trunk/phase3/includes/upload/UploadStash.php        2010-11-08 23:32:00 UTC 
(rev 76353)
+++ trunk/phase3/includes/upload/UploadStash.php        2010-11-08 23:35:24 UTC 
(rev 76354)
@@ -381,7 +381,7 @@
                }
 
                // stash the thumbnail File, and provide our caller with a way 
to get at its properties
-               $stashedThumbFile = $this->sessionStash->stashFile( 
$thumb->path, array(), $key );
+               $stashedThumbFile = $this->sessionStash->stashFile( 
$thumb->getPath(), array(), $key );
                $thumb->thumbnailFile = $stashedThumbFile;
 
                return $thumb;  


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

Reply via email to