Index: trunk/extensions/MirrorTools/MirrorTools.classes.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | |
148 | 148 | $isComment = ( $this->section == 'new' ); |
149 | 149 | |
150 | | - # FIXME: paste contents from Article::insertNewArticle here and |
| 150 | + # FIXME: paste contents from Article::doEdit here and |
151 | 151 | # actually handle errors it may return |
152 | 152 | $flags = EDIT_NEW | EDIT_DEFER_UPDATES | EDIT_AUTOSUMMARY | |
153 | 153 | ( $isminor ? EDIT_MINOR : 0 ) | |