[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:
parent
7e6027ebf9
commit
b653ed867c
@ -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)
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<ul class="plainList">
|
||||
{foreach $save_errors as $save_error}
|
||||
<li>$save_error</li>
|
||||
<li>{$save_error}</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user