1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[feature/new-tz-handling] Removed line that was missed in cc312d8.

PHPBB3-9558
This commit is contained in:
Chris Smith 2010-07-07 22:57:43 +01:00 committed by Oleg Pudeyev
parent e9fe9ea518
commit 6e1278655f

View File

@ -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']);
}