From 9d2802c0fa03749db45b7e87c9863f419f182bf3 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 9 Aug 2010 14:54:53 +0200 Subject: [PATCH] Fix class name. --- framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php b/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php index f66f4e41d..8ce264d96 100644 --- a/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php +++ b/framework/Icalendar/lib/Horde/Icalendar/Vfreebusy.php @@ -14,7 +14,7 @@ * @license http://www.fsf.org/copyleft/lgpl.html LGPL * @package Icalendar */ -class Horde_ICalendar_Vfreebusy extends Horde_Icalendar +class Horde_Icalendar_Vfreebusy extends Horde_Icalendar { /** * The component type of this class. -- 2.11.0