Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
No need to generate the url again.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulredmond committed Jul 22, 2012
1 parent 2062804 commit a2c655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/TwigPlugin/Extension/HtmlExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function linkUnlessCurrent($title, $url, $options = array(), $confirmMess
return $title;
}

return $this->link($title, $url, $options, $confirmMessage);
return $this->link($title, $expecting, $options, $confirmMessage);
}

public function url($path, $full = false)
Expand Down

0 comments on commit a2c655c

Please sign in to comment.