Index: trunk/extensions/Translate/tag/TranslatablePage.php |
— | — | @@ -101,7 +101,7 @@ |
102 | 102 | case 'text': |
103 | 103 | break; |
104 | 104 | case 'title': |
105 | | - $revision = $this->getMarkedTag(); |
| 105 | + $this->revision = $this->getMarkedTag(); |
106 | 106 | case 'revision': |
107 | 107 | $rev = Revision::newFromTitle( $this->getTitle(), $this->revision ); |
108 | 108 | $this->text = $rev->getText(); |
— | — | @@ -114,7 +114,6 @@ |
115 | 115 | } |
116 | 116 | |
117 | 117 | $this->init = true; |
118 | | - |
119 | 118 | return $this->text; |
120 | 119 | } |
121 | 120 | |