Fix:

    if ($async == 1) {
      $ret['advagg_async_generation'] = array(
        'title'       => $t('Adv CSS/JS Agg - Asynchronous Mode'),
-        'severity'    => REQUIREMENT_OK,                          // Peter: Patch
+        'severity'    => 'REQUIREMENT_OK',                          // Peter: Patch
        'value'       => $t('Already set to TRUE'),
      );
    }

Notes: The above 'stringize' needs to be done in several places (advagg).

Comments

mikeytown2’s picture

Status: Active » Fixed
StatusFileSize
new541 bytes

The constant REQUIREMENT_OK is apart of core, I just need to include the correct file. This has been committed.

mikeytown2’s picture

StatusFileSize
new613 bytes

This appears to be the more correct fix; it has been committed. module_load_install D6.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.