From: Matt Selsky Date: Tue, 23 Jun 2009 13:27:49 +0000 (-0400) Subject: Abstract functions cannot have bodies, even if empty. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=377076c715a187bb439a6f3fa7d53852bb10cd41;p=horde.git Abstract functions cannot have bodies, even if empty. --- diff --git a/jeta/lib/Applet.php b/jeta/lib/Applet.php index 45e4bafdc..70198d199 100644 --- a/jeta/lib/Applet.php +++ b/jeta/lib/Applet.php @@ -51,9 +51,7 @@ class Jeta_Applet * * @return string The HTML needed to load the applet. */ - abstract public function generateAppletCode() - { - } + abstract public function generateAppletCode(); /** * Generate the HTML param tags.