r50749 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50748‎ | r50749 | r50750 >
Date:20:21, 18 May 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Removed unused broken line
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -3617,7 +3617,6 @@
36183618 $poTemplates = array();
36193619 foreach ( $parserOutput->getTemplates() as $ns => $templates ) {
36203620 foreach ( $templates as $dbk => $id ) {
3621 - $key = $row->tl_namespace . ':'. $row->tl_title;
36223621 $poTemplates["$ns:$dbk"] = true;
36233622 }
36243623 }

Comments

#Comment by Aaron Schulz (talk | contribs)   20:23, 18 May 2009

Came from r47309

Status & tagging log