We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ce5a0 commit 06807eaCopy full SHA for 06807ea
changelog.php
@@ -14,6 +14,9 @@
14
- -> Removed
15
! -> Note
16
17
+WIP
18
+# Fix critical bug with previous release
19
+
20
Version 8.1.16
21
# Fix bug getting module parameters
22
mod_shoutbox/helper.php
@@ -171,7 +171,7 @@ public function getParams($title = null)
171
172
if ($result !== '')
173
{
174
- $moduleParams->loadString($result);
+ $moduleParams->loadString($result->params);
175
}
176
177
return $moduleParams;
0 commit comments