diff --git a/modules/system/classes/CombineAssets.php b/modules/system/classes/CombineAssets.php index 6da6e195c..50a03c292 100644 --- a/modules/system/classes/CombineAssets.php +++ b/modules/system/classes/CombineAssets.php @@ -413,7 +413,8 @@ class CombineAssets { /** * @event cms.combiner.beforePrepare - * Provides an opportunity to interact with the asset combiner before assets are combined + * Provides an opportunity to interact with the asset combiner before assets are combined. + * >**NOTE**: Plugin's must be elevated (`$elevated = true` on Plugin.php) to be run on the /combine route and thus listen to this event * * Example usage: *