Use Title, not IContextSource; remove createArticle, etc.
[lhc/web/wiklou.git] / includes / LinksUpdate.php
index 56595ca..4b484a7 100644 (file)
@@ -63,6 +63,7 @@ class LinksUpdate extends SqlDataUpdate {
 
                $this->mTitle = $title;
                $this->mId = $title->getArticleID();
+               assert( $this->mId > 0 );
 
                $this->mParserOutput = $parserOutput;