Skip to content

Commit 4b80fe9

Browse files
sreichelCopilot
andauthored
Update app/code/core/Mage/Page/Block/Html/Head.php
Co-authored-by: Copilot <[email protected]>
1 parent 1cb9e1a commit 4b80fe9

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Page/Block/Html

1 file changed

+1
-1
lines changed

app/code/core/Mage/Page/Block/Html/Head.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ protected function &_prepareStaticAndSkinElements($format, array $staticItems, a
265265
// lookup each file basing on current theme configuration
266266
foreach ($skinItems as $params => $rows) {
267267
foreach ($rows as $name) {
268-
$items[$params][] = $designPackage->getSkinUrl($name);
268+
$items[$params][] = $designPackage->getSkinUrl($name, []);
269269
}
270270
}
271271

0 commit comments

Comments
 (0)