Skip to content

update the example to use a valid $asset name

homotechsual requested to merge github/fork/alifrumin/patch-1 into master

Created by: alifrumin

hook_civicrm_buildAsset assumes the $asset will look like a file name in the example the $asset is set to 'mycss', but using 'mycss' will throw an error, this changes the example to use 'mycss.css' which will work.

Merge request reports