Skip to content

Commit

Permalink
Merge branch 'dev' of git://github.com/deizel/infinitas into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 7, 2010
2 parents abadef4 + 6ec57dc commit 3e6b3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/filter/views/helpers/filter.php
Expand Up @@ -96,7 +96,7 @@ function clear( $filter, $div = false )
'<div class="remove">'.
$this->Html->link(
Inflector::humanize( $text ),
str_replace( $_f, '', $this->here )
str_replace( $_f, '', '/' . $this->params['url']['url'] )
).
'</div>'.
'</div>';
Expand Down

0 comments on commit 3e6b3f0

Please sign in to comment.