Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -286,7 +286,7 @@ |
287 | 287 | $dbr = wfGetDB( DB_SLAVE ); |
288 | 288 | |
289 | 289 | $tables = array( 'page', 'revtag' ); |
290 | | - $fields = 'rt_type'; |
| 290 | + $field = 'rt_type'; |
291 | 291 | $conds = array( |
292 | 292 | 'page_namespace' => $title->getNamespace(), |
293 | 293 | 'page_title' => $title->getDBkey(), |