Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -859,7 +859,9 @@ |
860 | 860 | } |
861 | 861 | } |
862 | 862 | |
863 | | - extract( $data ); |
| 863 | + $thread = $data["thread"]; |
| 864 | + $article = $data["article"]; |
| 865 | + $summary = $data["summary"]; |
864 | 866 | |
865 | 867 | $bump = isset( $bump ) ? $bump : null; |
866 | 868 | |