* Allow $wgDiff3=false
[lhc/web/wiklou.git] / includes / Import.php
index a5bd182..b8db934 100644 (file)
@@ -219,7 +219,7 @@ class WikiRevision {
 
                } elseif( $changed ) {
                        wfDebug( __METHOD__ . ": running onArticleEdit\n" );
-                       Article::onArticleEdit( $this->title );
+                       Article::onArticleEdit( $this->title, false ); // leave templatelinks for editUpdates()
 
                        wfDebug( __METHOD__ . ": running edit updates\n" );
                        $article->editUpdates(