Merge branch 'develop' of github.com:octobercms/october into develop
This commit is contained in:
commit
b36340dbd7
|
|
@ -131,6 +131,8 @@ abstract class WidgetBase
|
|||
if ($suffix !== null)
|
||||
$id .= '-' . $suffix;
|
||||
|
||||
$id = rtrim(str_replace(['[', ']'], '-', $id), '-');
|
||||
|
||||
return $id;
|
||||
}
|
||||
|
||||
|
|
@ -248,4 +250,4 @@ abstract class WidgetBase
|
|||
Session::forget($sessionId);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue