mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-11 18:15:20 +02:00
[ticket/11201] Fix some variable names
PHPBB3-11201
This commit is contained in:
parent
ad8d4492a7
commit
f40f774b2e
@ -971,7 +971,7 @@ class acp_profile
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$cp->vars = $profile_type->get_language_options_input($cp->vars);
|
$cp->vars = $profile_field->get_language_options_input($cp->vars);
|
||||||
|
|
||||||
if ($cp->vars['lang_options'])
|
if ($cp->vars['lang_options'])
|
||||||
{
|
{
|
||||||
|
@ -203,7 +203,7 @@ class type_date extends type_base
|
|||||||
return $this->user->create_datetime()
|
return $this->user->create_datetime()
|
||||||
->setDate($year, $month, $day)
|
->setDate($year, $month, $day)
|
||||||
->setTime(0, 0, 0)
|
->setTime(0, 0, 0)
|
||||||
->format($user->lang['DATE_FORMAT'], true);
|
->format($this->user->lang['DATE_FORMAT'], true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $field_value;
|
return $field_value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user