I look at this code snippet and see the error here:

$elysia_cron_settings[$job[1]] = array(
      'key' => $job[1],
      'context' => $context,
      'module' => $job[0],
      'rule' => $rule,
      'default_rule' => $defrule,
      'weight' => elysia_cron_get_job_weight($job[1], $default_weight),
      'default_weight' => $defweight,
      'disabled' => elysia_cron_is_job_disabled($job[1]),
      'running' => elysia_cron_is_job_running($job[1]),
    );

$default_weight should be I believe $defweight in order to get rid of this error.

Comments

gotheric’s picture

Assigned: Unassigned » gotheric
Status: Active » Closed (fixed)

Already fixed in DEV version.