[feature/new-tz-handling] Correct capitalisation of phpbb_datetime.

PHPBB3-9558
This commit is contained in:
Chris Smith 2010-04-20 21:01:20 +01:00 committed by Oleg Pudeyev
parent 3559d20624
commit b2a812e36b

View file

@ -2093,7 +2093,7 @@ class user extends session
$utc = new DateTimeZone('UTC');
}
$time = new phpbb_DateTime("@$gmepoch", $utc, $this);
$time = new phpbb_datetime("@$gmepoch", $utc, $this);
$time->setTimezone($this->tz);
return $time->format($format, $forcedate);