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

oops: Fix profile edit when self registration disabled

parent 3c0ad825
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ header("Content-Type: text/html; charset=UTF-8\r\n");
&& !$thisclient->isGuest()) {
echo Format::htmlchars($thisclient->getName()).' |';
?>
<a href="<?php echo ROOT_PATH; ?>account.php">Profile</a> |
<a href="<?php echo ROOT_PATH; ?>profile.php">Profile</a> |
<a href="<?php echo ROOT_PATH; ?>tickets.php">Tickets <b>(<?php echo $thisclient->getNumTickets(); ?>)</b></a> -
<a href="<?php echo $signout_url; ?>">Sign Out</a>
<?php
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment