From d6a9acb4db0af1e4338222b805a01e60e10a5f3e Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 6 May 2010 18:56:45 +0200 Subject: [PATCH] Fix class name. --- framework/Notification/lib/Horde/Notification/Storage/Object.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Notification/lib/Horde/Notification/Storage/Object.php b/framework/Notification/lib/Horde/Notification/Storage/Object.php index 64f21d49f..69606a702 100644 --- a/framework/Notification/lib/Horde/Notification/Storage/Object.php +++ b/framework/Notification/lib/Horde/Notification/Storage/Object.php @@ -23,7 +23,7 @@ * @license http://www.fsf.org/copyleft/lgpl.html LGPL * @link http://pear.horde.org/index.php?package=Notification */ -class Horde_Notification_Storage_Session +class Horde_Notification_Storage_Object implements Horde_Notification_Storage_Interface { /** -- 2.11.0