Index: trunk/phase3/includes/LinksUpdate.php |
— | — | @@ -57,8 +57,8 @@ |
58 | 58 | $this->mDb = wfGetDB( DB_MASTER ); |
59 | 59 | |
60 | 60 | if ( !is_object( $title ) ) { |
61 | | - throw new MWException( "The calling convention to LinksUpdate::LinksUpdate() has changed. " . |
62 | | - "Please see Article::editUpdates() for an invocation example.\n" ); |
| 61 | + throw new MWException( "The calling convention to LinksUpdate::__construct() has changed. " . |
| 62 | + "Please see WikiPage::doEditUpdates() for an invocation example.\n" ); |
63 | 63 | } |
64 | 64 | $this->mTitle = $title; |
65 | 65 | $this->mId = $title->getArticleID(); |