r75525 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75524‎ | r75525 | r75526 >
Date:12:08, 27 October 2010
Author:reedy
Status:deferred
Tags:
Comment:
Explicit variable declaration rather than an extract() call
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -859,7 +859,9 @@
860860 }
861861 }
862862
863 - extract( $data );
 863+ $thread = $data["thread"];
 864+ $article = $data["article"];
 865+ $summary = $data["summary"];
864866
865867 $bump = isset( $bump ) ? $bump : null;
866868

Status & tagging log