diff options
Diffstat (limited to 'mod')
| -rw-r--r-- | mod/profile/start.php | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index f47f44395..ff9d142a5 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -23,6 +23,9 @@  			// will dictate the URL for all ElggUser objects
  				register_entity_url_handler('profile_url','user','all');
 +			// Metadata on users needs to be independent
 +				register_metadata_as_independent('user');
 +				
  			// For now, we'll hard code the profile items as follows:
  			// TODO make this user configurable
  				$CONFIG->profile = array(
  | 
