From a3114942ed5a9fa21c499081b2f2aff0a0386926 Mon Sep 17 00:00:00 2001 From: Sahab Yazdani <syazdani@vastcap.com> Date: Tue, 8 Apr 2014 13:19:11 -0400 Subject: [PATCH] Once you are authorized, you should be authorized forever. --- include/client/view.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/client/view.inc.php b/include/client/view.inc.php index 469740f6c..8e703306c 100644 --- a/include/client/view.inc.php +++ b/include/client/view.inc.php @@ -14,7 +14,7 @@ if(!$dept || !$dept->isPublic()) <td colspan="2" width="100%"> <h1> Ticket #<?php echo $ticket->getNumber(); ?> - <a href="view.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><span class="Icon refresh"> </span></a> + <a href="tickets.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><span class="Icon refresh"> </span></a> <?php if ($cfg->allowClientUpdates()) { ?> <a class="action-button" href="tickets.php?a=edit&id=<?php echo $ticket->getId(); ?>"><i class="icon-edit"></i> Edit</a> -- GitLab