upgrade from 2.2.8 to 2.2.9
Posted: Tue Jan 29, 2019 7:15 pm
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.
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.