forked from GNUsocial/gnu-social
		
	correct tags method for user
darcs-hash:20081120215222-84dde-340269eb99daff7815bb2e17a04341f603eef438.gz
This commit is contained in:
		@@ -315,7 +315,7 @@ class ProfilesettingsAction extends SettingsAction {
 | 
			
		||||
 | 
			
		||||
		# Set the user tags
 | 
			
		||||
		
 | 
			
		||||
		$result = $user->setTags($tags);
 | 
			
		||||
		$result = $user->setSelfTags($tags);
 | 
			
		||||
 | 
			
		||||
		if (!$result) {
 | 
			
		||||
			common_server_error(_('Couldn\'t save tags.'));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user