Skip to content

Commit

Permalink
fix custom assets (openemr#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrix-amiel authored and bradymiller committed Sep 5, 2019
1 parent f140dd6 commit 61bae9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Header.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private static function includeAsset($assets = [])
/* adding custom assets in addition */
if (is_file("{$GLOBALS['fileroot']}/custom/assets/custom.yaml")) {
$customMap = self::readConfigFile("{$GLOBALS['fileroot']}/custom/assets/custom.yaml");
self::parseConfigFile($customMap);
self::parseConfigFile($customMap, $assets);
}

$linksStr = implode("", self::$links);
Expand Down

0 comments on commit 61bae9d

Please sign in to comment.