mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11201] Add visibility and remove unused variable
PHPBB3-11201
This commit is contained in:
parent
1c884d07eb
commit
7a8818fbc6
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue