Made an upgrade from 2.2.8 to 2.2.9
After upgrade my stylesheets are not loaded correctly
According the Changelog there has been some changes concerned the name= parameter, but can't follow it.
Looking further, found out that the change in file located at ...\lib\plugins\function.cms_stylesheet.php has been changed on row 86.
In version 2.2.8 ===> row 86 :
$query = new CmsLayoutStylesheetQuery(array('name'=>$params['name']) );
Has been changed in version 2.2.9 to
$query = new CmsLayoutStylesheetQuery( [ 'fullname'=>$name ] );
When I make this changement in version 2.2.9 undone (put row 86 back from 2.2.8 ) the stylesheet of my site are loaded correctly again in version 2.2.9.
Can somebody give me an explanation of this changement in version 2.2.9 ?
Thanks in advance.
upgrade from 2.2.8 to 2.2.9
Re: upgrade from 2.2.8 to 2.2.9
This is a bug. It has been fixed in svn and will be included in a forthcoming release.
Not getting the answer you need? CMSMS support options