[BUGFIX] Fixes {$save_error} not showing when saving plugin API configuration.

Backported from master branch.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Garvin Hicking 2019-09-17 10:49:22 +02:00 committed by Thomas Hochstein
parent 7e6027ebf9
commit b653ed867c
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -5,7 +5,7 @@
<ul class="plainList">
{foreach $save_errors as $save_error}
<li>$save_error</li>
<li>{$save_error}</li>
{/foreach}
</ul>
</div>