Skip to content

Commit

Permalink
Code cleanup: Remove superfluous "extract"
Browse files Browse the repository at this point in the history
  • Loading branch information
michitux committed Sep 17, 2013
1 parent 579609a commit 6990985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syntax.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public function render($format, Doku_Renderer $renderer, $data) {
$format = $data['format'];
$item_name = $data['item_name'];
$query = $data['query'];
extract($data);

// Don't fetch the data for rendering metadata
// But still do it for all other modes in order to support different renderers
Expand Down

0 comments on commit 6990985

Please sign in to comment.