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

php: Workaround for PHP 5.3.3 bug

References:
https://bugs.php.net/bug.php?id=43200
http://stackoverflow.com/a/22521203
parent 2821e9bd
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,5 @@ class ClientAccount extends UserAccount {
// Used by the email system
interface EmailContact {
function getId();
function getEmail();
}
?>
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