1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Fixed broken options in admin->schedule tasks

This commit is contained in:
CaMer0n 2012-04-20 07:59:00 +00:00
parent f1cc288878
commit 43206105ba

@ -1251,7 +1251,8 @@ class e_form
}
elseif(method_exists($this, 'options'))
{
return $this->options($parms, $value, $id);
return $this->options($field, $value, $attributes, $id);
// return $this->options($parms, $value, $id); // breaks admin->cron 'options' column
}
}