summaryrefslogtreecommitdiff
path: root/plugins/hide_blockquote/hide_blockquote.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-08-20 19:23:59 +0200
committerAleksander Machniak <alec@alec.pl>2013-08-20 19:23:59 +0200
commitbcedf05d19ba1b2f63bdbfe42ff2c726fc50b6b6 (patch)
treeba3ed5cc3b6062483a1f30f8ab0d1d8511a67a65 /plugins/hide_blockquote/hide_blockquote.php
parent85ef036bbd7d77d6fc7deef4890af8671f689d41 (diff)
s/$rcmail_config/$config/ also for plugins configuration
Diffstat (limited to 'plugins/hide_blockquote/hide_blockquote.php')
-rw-r--r--plugins/hide_blockquote/hide_blockquote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hide_blockquote/hide_blockquote.php b/plugins/hide_blockquote/hide_blockquote.php
index 1168656fd..2ad5dd8ac 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+