Remove BC code.
authorJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 17:31:41 +0000 (18:31 +0100)
committerJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 17:31:41 +0000 (18:31 +0100)
framework/Notification/lib/Horde/Notification/Listener/Status.php

index 30d4df7..03ad50f 100644 (file)
@@ -66,7 +66,7 @@ class Horde_Notification_Listener_Status extends Horde_Notification_Listener
             if ($store) {
                 $this->_notifiedStack[] = $message;
             } else {
-                echo preg_replace('/^<p class="notice">(.*)<\/p>$/', '<li>$1</li>', $message);
+                echo $message;
             }
         }