Skip to content
Snippets Groups Projects
Commit d64adc8a authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #1952 from neewy/develop

Logged user fix
parents 22e12844 8ebe18b1
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ require(CLIENTINC_DIR.'header.inc.php'); ...@@ -44,7 +44,7 @@ require(CLIENTINC_DIR.'header.inc.php');
</div> </div>
<div class="front-page-button pull-right"> <div class="front-page-button pull-right">
<p> <p>
<a href="view.php" class="blue button"><?php echo __('Check Ticket Status');?></a> <a href="<?php if(is_object($thisclient)){ echo 'tickets.php';} else {echo 'view.php';}?>" class="blue button"><?php echo __('Check Ticket Status');?></a>
</p> </p>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment