From: Matt Selsky Date: Tue, 23 Jun 2009 13:33:01 +0000 (-0400) Subject: Class with abstract methods must be declared as abstract, too. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=36e9ac46aab8856d8d625c229ac71c903af1ade9;p=horde.git Class with abstract methods must be declared as abstract, too. --- diff --git a/jeta/lib/Applet.php b/jeta/lib/Applet.php index 70198d199..b14a1a72b 100644 --- a/jeta/lib/Applet.php +++ b/jeta/lib/Applet.php @@ -10,7 +10,7 @@ * @author Michael Slusarz * @package Jeta */ -class Jeta_Applet +abstract class Jeta_Applet { /** * Parameters used by the class.