Index: trunk/extensions/Translate/tag/TranslatablePage.php |
— | — | @@ -194,7 +194,7 @@ |
195 | 195 | |
196 | 196 | // Add section to allow translating the page name |
197 | 197 | $displaytitle = new TPSection; |
198 | | - $displaytitle->id = $this->displayTitle |
| 198 | + $displaytitle->id = $this->displayTitle; |
199 | 199 | $displaytitle->text = $this->getTitle()->getPrefixedText(); |
200 | 200 | $sections[self::getUniq()] = $displaytitle; |
201 | 201 | |