Skip to content

Commit

Permalink
Fixes #1154
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyDutch committed Dec 31, 2013
1 parent 9c26ba4 commit 5db9897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/we1rdo/includes/filters.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<span class="scroll"><input type="checkbox" name="filterscroll" id="filterscroll" value="Scroll" title="<?php echo _('Switch between static or scrolling sidebar'); ?>"><label>&nbsp;</label></span>

<?php if ($tplHelper->allowed(SpotSecurity::spotsec_perform_search, '')) { ?>
<form id="filterform" action="" onsubmit="submitFilterBtn(this)">
<form id="filterform" action="<?php echo $tplHelper->makeSelfUrl('')?>" onsubmit="submitFilterBtn(this)">
<input type="hidden" id="searchfilter-includeprevfilter-toggle" name="search[includeinfilter]" value="false" />
<?php
// Omdat we nu op meerdere criteria tegelijkertijd kunnen zoeken is dit onmogelijk
Expand Down

0 comments on commit 5db9897

Please sign in to comment.