Skip to content

Commit

Permalink
Remove search box $_POST since it is unused
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasReschke committed Aug 13, 2015
1 parent 8313a3f commit df2ce8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/layout.user.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<?php p($l->t('Search'));?>
</label>
<input id="searchbox" class="svg" type="search" name="query"
value="<?php if(isset($_POST['query'])) {p($_POST['query']);};?>"
value=""
autocomplete="off" tabindex="5">
</form>
</div></header>
Expand Down

0 comments on commit df2ce8a

Please sign in to comment.