Skip to content

Commit

Permalink
link to FAQ Search as greezybacon said
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchulg committed Mar 28, 2013
1 parent dbeb471 commit 45939ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/staff/ticket-view.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<tr>
<th width="100">Help Topic:</th>
<td>
<a href="/scp/kb.php?a=search&q=&cid=&topicId=<?php echo $ticket->getTopicId()?>">
<a href="<?php echo sprintf("%s/scp/kb.php?a=search&topicId=%s", $cfg->getBaseUrl(), $ticket->getTopicId()); ?>">
<?php echo Format::htmlchars($ticket->getTopic()->getName()); ?></a></td>
</tr>
<tr>
Expand Down

0 comments on commit 45939ac

Please sign in to comment.