release 0.8.1

master
Jean-Christian Paul Denis 2021-11-15 22:32:03 +01:00
parent 3776b5d1b8
commit 2fce2f8c8a
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
3 changed files with 5 additions and 4 deletions

View File

@ -18,7 +18,7 @@ $this->registerModule(
'improve',
'Tiny tools to fix things for module devs',
'Jean-Christian Denis and contributors',
'0.8',
'0.8.1',
[
'requires' => [['core', '2.19']],
'permissions' => null,

View File

@ -2,10 +2,10 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="improve">
<name>improve</name>
<version>0.8</version>
<version>0.8.1</version>
<author>Jean-Christian Denis and contributors</author>
<desc>Tiny tools to fix things for module devs</desc>
<file>https://github.com/JcDenis/improve/releases/download/v0.8/plugin-improve.zip</file>
<file>https://github.com/JcDenis/improve/releases/download/v0.8.1/plugin-improve.zip</file>
<da:dcmin>2.19</da:dcmin>
<da:details>https://github.com/JcDenis/improve</da:details>
<da:support>https://github.com/JcDenis/improve</da:support>

View File

@ -150,7 +150,8 @@ class index
private function doAction(): void
{
$done = $this->setPreferences();
$log_id = '';
$done = $this->setPreferences();
if (!empty($_POST['fix'])) {
if (empty($_POST['actions'])) {