second try to fix php8.1
This commit is contained in:
parent
3c3533b090
commit
f20be2acd3
@ -18,7 +18,7 @@ $this->registerModule(
|
|||||||
'Feeds server',
|
'Feeds server',
|
||||||
'Mix your blog with a feeds planet',
|
'Mix your blog with a feeds planet',
|
||||||
'Jean-Christian Denis, BG, Pierre Van Glabeke',
|
'Jean-Christian Denis, BG, Pierre Van Glabeke',
|
||||||
'2023.06.30',
|
'2023.06.30.2',
|
||||||
[
|
[
|
||||||
'requires' => [
|
'requires' => [
|
||||||
['php', '8.1'],
|
['php', '8.1'],
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="zoneclearFeedServer">
|
<module id="zoneclearFeedServer">
|
||||||
<name>Feeds server</name>
|
<name>Feeds server</name>
|
||||||
<version>2023.06.30</version>
|
<version>2023.06.30.2</version>
|
||||||
<author>Jean-Christian Denis, BG, Pierre Van Glabeke</author>
|
<author>Jean-Christian Denis, BG, Pierre Van Glabeke</author>
|
||||||
<desc>Mix your blog with a feeds planet</desc>
|
<desc>Mix your blog with a feeds planet</desc>
|
||||||
<file>https://github.com/JcDenis/zoneclearFeedServer/releases/download/v2023.06.30/plugin-zoneclearFeedServer.zip</file>
|
<file>https://github.com/JcDenis/zoneclearFeedServer/releases/download/v2023.06.30.2/plugin-zoneclearFeedServer.zip</file>
|
||||||
<da:dcmin>2.26</da:dcmin>
|
<da:dcmin>2.26</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/zoneclearFeedServer</da:details>
|
||||||
<da:support>https://github.com/JcDenis/zoneclearFeedServer</da:support>
|
<da:support>https://github.com/JcDenis/zoneclearFeedServer</da:support>
|
||||||
|
@ -47,7 +47,9 @@ class Backend extends dcNsProcess
|
|||||||
// widgets registration
|
// widgets registration
|
||||||
'initWidgets' => [Widgets::class, 'init'],
|
'initWidgets' => [Widgets::class, 'init'],
|
||||||
// add Uninstaller cleaner for special direct action
|
// add Uninstaller cleaner for special direct action
|
||||||
'UninstallerCleanersConstruct' => [UninstallCleaner::class, 'init'],
|
'UninstallerCleanersConstruct' => function ($uninstaller_stack) {
|
||||||
|
UninstallCleaner::init($uninstaller_stack);
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
// nullsafe
|
// nullsafe
|
||||||
|
Loading…
Reference in New Issue
Block a user