From 47ae0e4e37a1c98f617dd999ccbab1db49c292f1 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Wed, 26 Feb 2014 14:08:08 -0600 Subject: [PATCH] lint: Fix syntax error regression --- include/client/footer.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/client/footer.inc.php b/include/client/footer.inc.php index b6b024d58..0373eba69 100644 --- a/include/client/footer.inc.php +++ b/include/client/footer.inc.php @@ -1,7 +1,7 @@ </div> </div> <div id="footer"> - <p>Copyright © <?php echo date('Y'); ?> <?php echo $ost->company :? 'osTicket.com'; ?> - All rights reserved.</p> + <p>Copyright © <?php echo date('Y'); ?> <?php echo $ost->company ?: 'osTicket.com'; ?> - All rights reserved.</p> <a id="poweredBy" href="http://osticket.com" target="_blank">Helpdesk software - powered by osTicket</a> </div> <div id="overlay"></div> -- GitLab