missed $tags in setTags
darcs-hash:20081121003655-84dde-56051867f44c63546a972dd55d364e3dc43f799c.gz
This commit is contained in:
		@@ -141,7 +141,7 @@ class TagotherAction extends Action {
 | 
				
			|||||||
			return;
 | 
								return;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		$result = Profile_tag::setTags($user->id, $profile->id);
 | 
							$result = Profile_tag::setTags($user->id, $profile->id, $tags);
 | 
				
			||||||
		
 | 
							
 | 
				
			||||||
		if (!$result) {
 | 
							if (!$result) {
 | 
				
			||||||
			$this->client_error(_('Could not save tags.'));
 | 
								$this->client_error(_('Could not save tags.'));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user