From 60226a75d8e4a3ee9504da6eab6d8f329bb32e7b Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Tue, 27 Nov 2012 06:13:33 -0500 Subject: [PATCH] Separate the very application-specific output classes from the Roundcube framework; add autoloader for rmail* classes --- program/steps/mail/func.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 33ac1a2..ff442ad 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -790,7 +790,7 @@ global $RCMAIL; // make links and email-addresses clickable - $replacer = new rcube_string_replacer; + $replacer = new rcmail_string_replacer; // search for patterns like links and e-mail addresses and replace with tokens $body = $replacer->replace($body); -- Gitblit v1.9.1