Index: trunk/phase3/includes/filerepo/file/LocalFile.php |
— | — | @@ -1096,7 +1096,7 @@ |
1097 | 1097 | # New file; create the description page. |
1098 | 1098 | # There's already a log entry, so don't make a second RC entry |
1099 | 1099 | # Squid and file cache for the description page are purged by doEdit. |
1100 | | - $wikiPage->doEdit( $pageText, $comment, EDIT_NEW | EDIT_SUPPRESS_RC ); |
| 1100 | + $wikiPage->doEdit( $pageText, $comment, EDIT_NEW | EDIT_SUPPRESS_RC, false, $user ); |
1101 | 1101 | } |
1102 | 1102 | |
1103 | 1103 | # Commit the transaction now, in case something goes wrong later |