Index: trunk/phase3/maintenance/importTextFile.inc |
— | — | @@ -35,7 +35,9 @@ |
36 | 36 | $dbw->immediateCommit();
|
37 | 37 | # Update recent changes if appropriate
|
38 | 38 | if( $rc )
|
39 | | - updateRecentChanges( $dbw, $title, $user, $comment, strlen( $text ), $articleId );
|
| 39 | + updateRecentChanges( $dbw, $title, $user, $comment, strlen( $text ), $articleId );
|
| 40 | + # Touch links etc.
|
| 41 | + Article::onArticleCreate( $title );
|
40 | 42 | return( true );
|
41 | 43 | } else {
|
42 | 44 | # Title exists; touch nothing
|