mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
[ticket/12932] Remove set_datetime_class method from user class
PHPBB3-12932
This commit is contained in:
parent
8d99b4afe1
commit
f0852dcf1a
1 changed files with 0 additions and 13 deletions
|
@ -925,17 +925,4 @@ class user extends \phpbb\session
|
||||||
|
|
||||||
return $forum_ids;
|
return $forum_ids;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Set class name of datetime class
|
|
||||||
*
|
|
||||||
* @param string $datetime Class name to set
|
|
||||||
* @return null
|
|
||||||
*/
|
|
||||||
public function set_datetime_class($datetime)
|
|
||||||
{
|
|
||||||
$this->datetime = $datetime;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue