Hello,
I am getting the following error (see screenshot).
I think its just a missing variable as in the patch I am attaching.
From :
$add_license_setting = isset($aggregate_settings['variables']['advagg_js_compress_add_license']) ? ['variables']['advagg_js_compress_add_license'] : variable_get('advagg_js_compress_add_license', ADVAGG_JS_COMPRESS_ADD_LICENSE);
to :
$add_license_setting = isset($aggregate_settings['variables']['advagg_js_compress_add_license']) ? $aggregate_settings['variables']['advagg_js_compress_add_license'] : variable_get('advagg_js_compress_add_license', ADVAGG_JS_COMPRESS_ADD_LICENSE);
Best regards
Comments
Comment #2
joaogarin commentedAnd the patch and screenshot
Comment #4
mikeytown2 commentedThanks for the patch! #2 has been committed.
Comment #6
mikeytown2 commentedMissed one; this has been committed