diff options
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/user.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/user.php b/phpBB/phpbb/user.php index ea98034434..882e9cef26 100644 --- a/phpBB/phpbb/user.php +++ b/phpBB/phpbb/user.php @@ -717,7 +717,7 @@ class user extends \phpbb\session  			$utc = new \DateTimeZone('UTC');  		} -		$time = new \phpbb\datetime($this, "@$gmepoch", $utc); +		$time = new $this->datetime($this, "@$gmepoch", $utc);  		$time->setTimezone($this->timezone);  		return $time->format($format, $forcedate);  | 
