From: Michael M Slusarz Date: Wed, 24 Jun 2009 23:39:29 +0000 (+0000) Subject: Notification:: -> Horde_Notification:: X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ef4ec0fba05f5e2513eddea1c04c93dd591fdccc;p=horde.git Notification:: -> Horde_Notification:: --- 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.