Skip to content

Commit 06807ea

Browse files
committed
Fix critical bug with previous release
1 parent b8ce5a0 commit 06807ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
- -> Removed
1515
! -> Note
1616

17+
WIP
18+
# Fix critical bug with previous release
19+
1720
Version 8.1.16
1821
# Fix bug getting module parameters
1922

mod_shoutbox/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function getParams($title = null)
171171

172172
if ($result !== '')
173173
{
174-
$moduleParams->loadString($result);
174+
$moduleParams->loadString($result->params);
175175
}
176176

177177
return $moduleParams;

0 commit comments

Comments
 (0)