From bcedf05d19ba1b2f63bdbfe42ff2c726fc50b6b6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 20 Aug 2013 13:23:59 -0400 Subject: [PATCH] s/$rcmail_config/$config/ also for plugins configuration --- plugins/hide_blockquote/hide_blockquote.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/hide_blockquote/hide_blockquote.php b/plugins/hide_blockquote/hide_blockquote.php index 1168656..2ad5dd8 100644 --- a/plugins/hide_blockquote/hide_blockquote.php +++ b/plugins/hide_blockquote/hide_blockquote.php @@ -8,7 +8,7 @@ * Configuration: * // Minimum number of citation lines. Longer citation blocks will be hidden. * // 0 - no limit (no hidding). - * $rcmail_config['hide_blockquote_limit'] = 0; + * $config['hide_blockquote_limit'] = 0; * * @version @package_version@ * @license GNU GPLv3+ -- Gitblit v1.9.1