From b653ed867c00a3b57c21ae6ce8edeedad02186bd Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 17 Sep 2019 10:49:22 +0200 Subject: [PATCH] [BUGFIX] Fixes {$save_error} not showing when saving plugin API configuration. Backported from master branch. Signed-off-by: Thomas Hochstein --- docs/NEWS | 3 +++ templates/2k11/admin/plugins.inc.tpl | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 955d883d..5c6852b7 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -2,6 +2,9 @@ Version 2.3.2-beta1 ------------------------------------------------------------------------ * Fix autologin when using MySQL (thanks @Eike Rathke, + + * Fixes not properly displaying plugin save errors (validation) + https://github.com/s9y/Serendipity/pull/632) Version 2.3.1 (21.08.2019) diff --git a/templates/2k11/admin/plugins.inc.tpl b/templates/2k11/admin/plugins.inc.tpl index 793319ba..67a4d440 100644 --- a/templates/2k11/admin/plugins.inc.tpl +++ b/templates/2k11/admin/plugins.inc.tpl @@ -5,7 +5,7 @@