mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11201] Fix some variable names
PHPBB3-11201
This commit is contained in:
@@ -203,7 +203,7 @@ class type_date extends type_base
|
||||
return $this->user->create_datetime()
|
||||
->setDate($year, $month, $day)
|
||||
->setTime(0, 0, 0)
|
||||
->format($user->lang['DATE_FORMAT'], true);
|
||||
->format($this->user->lang['DATE_FORMAT'], true);
|
||||
}
|
||||
|
||||
return $field_value;
|
||||
|
Reference in New Issue
Block a user