From d23108afd6c3af8bfa227c207cc70cd19f318117 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sat, 11 Sep 2010 07:51:21 +0000 Subject: [PATCH] Predefined fields fix. --- e107_handlers/user_extended_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/user_extended_class.php b/e107_handlers/user_extended_class.php index 83b00a367..bd73feb6a 100644 --- a/e107_handlers/user_extended_class.php +++ b/e107_handlers/user_extended_class.php @@ -44,7 +44,7 @@ class e107_user_extended { public $user_extended_types; // Text description corresponding to each field type private $extended_xml = FALSE; - private $typeArray; // Cross-reference between names of field types, and numeric ID + public $typeArray; // Cross-reference between names of field types, and numeric ID (must be public) private $reserved_names; // List of field names used in main user DB - not allowed in extended DB public $fieldDefinitions; // Array initialised from DB by constructor - currently all fields public $catDefinitions; // Categories