Index: trunk/extensions/FlaggedRevs/FlaggedRevs.class.php |
— | — | @@ -262,9 +262,6 @@ |
263 | 263 | |
264 | 264 | /** |
265 | 265 | * Get the HTML output of a revision based on $text. |
266 | | - * If the text is being reparsed from fr_text (expanded text), |
267 | | - * it should be specified...In such cases, the parser will not have |
268 | | - * template ID data. We need to know this so we can just get the data from the DB. |
269 | 266 | * @param Article $article |
270 | 267 | * @param string $text |
271 | 268 | * @param int $id |
Index: trunk/extensions/FlaggedRevs/FlaggedRevision.php |
— | — | @@ -243,7 +243,7 @@ |
244 | 244 | * @returns Array text select fields (text/text flags) |
245 | 245 | */ |
246 | 246 | public static function selectTextFields() { |
247 | | - return array('fr_text','fr_flags'); |
| 247 | + return array('fr_flags'); |
248 | 248 | } |
249 | 249 | |
250 | 250 | /** |