From a0d54c6c34ded785002e6c032f7647c27420f697 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Tue, 3 Feb 2015 17:17:28 -0600 Subject: [PATCH] php: Workaround for PHP 5.3.3 bug References: https://bugs.php.net/bug.php?id=43200 http://stackoverflow.com/a/22521203 --- include/class.client.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/class.client.php b/include/class.client.php index a55d7bf32..28b4d8df0 100644 --- a/include/class.client.php +++ b/include/class.client.php @@ -433,7 +433,5 @@ class ClientAccount extends UserAccount { // Used by the email system interface EmailContact { - function getId(); - function getEmail(); } ?> -- GitLab