follow up r69874. use string instead of object .
[lhc/web/wiklou.git] / includes / parser / LinkHolderArray.php
index b04eb69..175bb58 100644 (file)
@@ -316,7 +316,7 @@ class LinkHolderArray {
                                        );                                      
                                        // separate titles with \0 because it would never appears
                                        // in a valid title
-                                       $titlesToBeConverted .= $title . '\0';
+                                       $titlesToBeConverted .= $titleText . '\0';
                                }
                        }
                }