Fix: (patch)

  $form['advagg_async_generation'] = array(
    '#type'           => 'checkbox',
    '#title'          => t('Generate CSS/JS files on request (async mode)'),
    '#default_value'  => variable_get('advagg_async_generation', ADVAGG_ASYNC_GENERATION),
    '#disabled'       => $ret['advagg_async_generation']['severity'] == 'REQUIREMENT_ERROR' ? TRUE : FALSE,
-    '#description'    => t('Current State: !value', array('!value' => filter_xss($ret['advagg_async_generation']['value'] . ' ' . $ret['advagg_async_generation']['description']))),
+    '#description'    => t('Current State: !value', array('!value' => filter_xss($ret['advagg_async_generation']['value'] . ' ' . isset($ret['advagg_async_generation']['description'])))),
  );

Comments

mikeytown2’s picture

Status: Active » Fixed
StatusFileSize
new977 bytes

committed this patch

mikeytown2’s picture

Status: Fixed » Closed (fixed)

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