From ef4ec0fba05f5e2513eddea1c04c93dd591fdccc Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 24 Jun 2009 23:39:29 +0000 Subject: [PATCH] Notification:: -> Horde_Notification:: --- lib/base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/base.php b/lib/base.php index 9653877be..0846f7ddb 100644 --- a/lib/base.php +++ b/lib/base.php @@ -2,7 +2,7 @@ /** * Operator base application file. * - * $Horde: incubator/operator/lib/base.php,v 1.5 2009/01/06 17:51:06 jan Exp $ + * $Horde: incubator/operator/lib/base.php,v 1.6 2009/06/24 23:39:29 slusarz Exp $ * * This file brings in all of the dependencies that every Operator script will * need, and sets up objects that all scripts use. @@ -33,7 +33,7 @@ $conf = &$GLOBALS['conf']; @define('OPERATOR_TEMPLATES', $registry->get('templates')); // Notification system. -$notification = &Notification::singleton(); +$notification = &Horde_Notification::singleton(); $notification->attach('status'); // Define the base file path of Operator. -- 2.11.0