1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

admin UI - consistent arguments of 'options' override methods

This commit is contained in:
secretr
2012-05-02 14:24:19 +00:00
parent b8ade88540
commit 5c973fb66f
2 changed files with 7 additions and 6 deletions

View File

@@ -502,7 +502,7 @@ class cron_admin_form_ui extends e_admin_form_ui
}
// Override the default Options field.
function options($field, $value, $attributes, $id)
function options($parms, $value, $id, $attributes)
{
if($attributes['mode'] == 'read')
@@ -905,7 +905,7 @@ class cron
<td style='width:30%'>Cron Password</td>
<td style='width:70%'>
"
.$frm->password('cron_password', 100)."
.$frm->password('cron_password', '', 100)."
</td>
</tr>