mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-11 10:05:19 +02:00
[ticket/11201] Add visibility and remove unused variable
PHPBB3-11201
This commit is contained in:
parent
1c884d07eb
commit
7a8818fbc6
@ -15,8 +15,7 @@ namespace phpbb\profilefields;
|
|||||||
*/
|
*/
|
||||||
class profilefields
|
class profilefields
|
||||||
{
|
{
|
||||||
var $profile_types = array(FIELD_INT => 'int', FIELD_STRING => 'string', FIELD_TEXT => 'text', FIELD_BOOL => 'bool', FIELD_DROPDOWN => 'dropdown', FIELD_DATE => 'date');
|
protected $profile_cache = array();
|
||||||
var $profile_cache = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user