Index: trunk/phase3/includes/Article.php |
— | — | @@ -3617,7 +3617,6 @@ |
3618 | 3618 | $poTemplates = array(); |
3619 | 3619 | foreach ( $parserOutput->getTemplates() as $ns => $templates ) { |
3620 | 3620 | foreach ( $templates as $dbk => $id ) { |
3621 | | - $key = $row->tl_namespace . ':'. $row->tl_title; |
3622 | 3621 | $poTemplates["$ns:$dbk"] = true; |
3623 | 3622 | } |
3624 | 3623 | } |