mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fixed broken options in admin->schedule tasks
This commit is contained in:
@@ -1251,7 +1251,8 @@ class e_form
|
|||||||
}
|
}
|
||||||
elseif(method_exists($this, 'options'))
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user