From 3911921b0ace8eed4420b0a928b149406c2ccf0e Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Thu, 15 Nov 2018 06:09:20 +0100 Subject: [PATCH] Fixed a typo in default.php file Was simply preventing default setting to be created --- conf/default.php | 2 +- plugin.info.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/default.php b/conf/default.php index 8102f4f..0cb1786 100644 --- a/conf/default.php +++ b/conf/default.php @@ -6,7 +6,7 @@ * @license: CC Attribution-Share Alike 3.0 Unported */ -$meta['action'] = 'inline'; +$conf['action'] = 'inline'; $conf['error'] = ''; //comma separated list of tags for wich a "tag error" should be thrown $conf['info'] = ''; //comma separated list of tags for wich a "tag info" should be thrown $conf['success'] = ''; //comma separated list of tags for wich a "tag success" should be thrown diff --git a/plugin.info.txt b/plugin.info.txt index 72e1ca0..0984e57 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base tagalerts author Simon Delage email simon.geekitude@gmail.com -date 2016-02-05 +date 2018-11-14 name Tag Alerts desc Throw alerts when some tags are detected (based on Dokuwiki system messages or just styling tag list links) url https://www.dokuwiki.org/plugin:tagalerts