mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/new-tz-handling] Removed line that was missed in cc312d8.
PHPBB3-9558
This commit is contained in:
parent
e9fe9ea518
commit
6e1278655f
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@ class phpbb_datetime extends DateTime
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$format = self::_format_cache($format, $this->_user);
|
|
||||||
|
|
||||||
return strtr(parent::format($format['format_long']), $format['lang']);
|
return strtr(parent::format($format['format_long']), $format['lang']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue