diff --git a/include/client/view.inc.php b/include/client/view.inc.php
index 469740f6c7e60d1c434d8b1d9709c4c27fcfe89e..8e703306c1792a546d3d5de551504bbf7926ed3b 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(); ?> &nbsp;
-                <a href="view.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><span class="Icon refresh">&nbsp;</span></a>
+                <a href="tickets.php?id=<?php echo $ticket->getId(); ?>" title="Reload"><span class="Icon refresh">&nbsp;</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>