From 48e92fcbbabfce7ee9ff141c576954ae940e8f0d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 08 May 2014 04:30:45 -0400 Subject: [PATCH] Add 'performance_stats' option, so perf. stats can be logged with disabled devel_mode --- program/include/rcmail_string_replacer.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail_string_replacer.php b/program/include/rcmail_string_replacer.php index 6771375..d3fdc3e 100644 --- a/program/include/rcmail_string_replacer.php +++ b/program/include/rcmail_string_replacer.php @@ -23,7 +23,7 @@ * Helper class for turning URLs and email addresses in plaintext content * into clickable links. * - * @package Core + * @package Webmail * @subpackage Utils */ class rcmail_string_replacer extends rcube_string_replacer -- Gitblit v1.9.1