1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11054] The user class is phpbb_user

PHPBB3-11054
This commit is contained in:
David King
2012-08-14 10:02:16 -04:00
parent fe579cac83
commit 0b70c3d0d6

View File

@@ -36,7 +36,7 @@ abstract class phpbb_extension_controller implements phpbb_extension_controller_
/**
* User class object
* @var user
* @var phpbb_user
*/
protected $user;