From: Michael J. Rubinsky Date: Thu, 15 Jul 2010 15:40:01 +0000 (-0400) Subject: fix scope X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0827420e264ea3ae03f89b512b4efbfd6e193c74;p=horde.git fix scope --- diff --git a/framework/Notification/lib/Horde/Notification/Event/Status.php b/framework/Notification/lib/Horde/Notification/Event/Status.php index 153a5d763..cea294556 100644 --- a/framework/Notification/lib/Horde/Notification/Event/Status.php +++ b/framework/Notification/lib/Horde/Notification/Event/Status.php @@ -32,7 +32,7 @@ class Horde_Notification_Event_Status extends Horde_Notification_Event $text = $this->message; if (!in_array('content.raw', $this->flags)) { - $text = htmlspecialchars($text, ENT_COMPAT, $charset); + $text = htmlspecialchars($text, ENT_COMPAT, $this->charset); } return $text;