Skip to content

Commit ca23363

Browse files
committed
Add missing period character
1 parent 99911e6 commit ca23363

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_modules/src/Service/HTML

1 file changed

+1
-1
lines changed

administrator/components/com_modules/src/Service/HTML/Modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public function positions($clientId, $state = 1, $selectedPosition = '')
187187

188188
$app = Factory::getApplication();
189189

190-
$position = $app->getUserState('com_modules.modules' . $clientId . '.filter.position');
190+
$position = $app->getUserState('com_modules.modules.' . $clientId . '.filter.position');
191191

192192
if ($position)
193193
{

0 commit comments

Comments
 (0)