Skip to content
Snippets Groups Projects
Commit 54ff7f03 authored by Jared Hancock's avatar Jared Hancock
Browse files

pjax: Fix ticket export link

parent 80d77239
No related branches found
No related tags found
No related merge requests found
......@@ -465,7 +465,7 @@ if ($results) {
<?php
if($num>0){ //if we actually had any tickets returned.
echo '<div>&nbsp;Page:'.$pageNav->getPageLinks().'&nbsp;';
echo '<a class="export-csv" href="?a=export&h='
echo '<a class="export-csv no-pjax" href="?a=export&h='
.$hash.'&status='.$_REQUEST['status'] .'">Export</a></div>';
?>
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment