Skip to content

Commit

Permalink
Merge branch 'main' into docsblocks-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kiatng committed Aug 22, 2024
2 parents 4209425 + 1069926 commit ae3bfd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions app/code/core/Mage/Page/Block/Html/Head.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,9 @@ protected function _isFile($filename)
*/
protected function _sortItems($referenceName, $before, $type)
{
// Convert string values ("true"/"false") to bool
$before = filter_var($before, FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE);

$items = $this->_data['items'];

// get newly inserted item so we do not have to reproduce the functionality of the parent
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae3bfd5

Please sign in to comment.