Index: trunk/extensions/Wikilog/maintenance/wikilogImportDocumentation.php |
— | — | @@ -165,7 +165,7 @@ |
166 | 166 | $this->output( " uploading..." ); |
167 | 167 | $filepath = dirname( $this->mFilename ) . '/' . $base; |
168 | 168 | $archive = $image->upload( $filepath, $this->mComment, |
169 | | - $revision->getText(), 0, false, $this->mTimeStamp, |
| 169 | + $revision->getText(), 0, false, $this->mTimestamp, |
170 | 170 | $this->mUser); |
171 | 171 | |
172 | 172 | if ( WikiError::isError( $archive ) || !$archive->isGood() ) { |