From d9ff47b011314902c4f30337013b6e4abe369a8e Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 13 Oct 2015 02:57:45 -0400 Subject: [PATCH] Don't use deprecated (soon) jQuery .bind() and .unbind() methods --- plugins/redundant_attachments/config.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/redundant_attachments/config.inc.php.dist b/plugins/redundant_attachments/config.inc.php.dist index a6d1ad4..47e8401 100644 --- a/plugins/redundant_attachments/config.inc.php.dist +++ b/plugins/redundant_attachments/config.inc.php.dist @@ -6,7 +6,7 @@ // to use memcache as a fallback when write-master is unavailable. $config['redundant_attachments_memcache'] = false; -// Attachment data expires after specied TTL time in seconds (max.2592000). +// Attachment data expires after specified TTL time in seconds (max.2592000). // Default is 12 hours. $config['redundant_attachments_cache_ttl'] = 12 * 60 * 60; -- Gitblit v1.9.1