From 377076c715a187bb439a6f3fa7d53852bb10cd41 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Tue, 23 Jun 2009 09:27:49 -0400 Subject: [PATCH] Abstract functions cannot have bodies, even if empty. --- jeta/lib/Applet.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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. -- 2.11.0