mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +02:00
[ticket/11201] Add visibility and remove unused variable
PHPBB3-11201
This commit is contained in:
@@ -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();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user