found a bug already
This commit is contained in:
		
					parent
					
						
							
								a536a4e657
							
						
					
				
			
			
				commit
				
					
						beec28cc62
					
				
			
		
					 1 changed files with 7 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -185,10 +185,13 @@ class Item extends BaseObject {
 | 
			
		|||
					'classundo' => (($item['starred']) ? "" : "hidden"),
 | 
			
		||||
					'starred' =>  t('starred'),
 | 
			
		||||
				);
 | 
			
		||||
				$tagger = array(
 | 
			
		||||
					'add' => ((feature_enabled($conv->get_profile_owner(),'commtag')) ? t("add tag") : ''),
 | 
			
		||||
					'class' => "",
 | 
			
		||||
				);
 | 
			
		||||
				$tagger = '';
 | 
			
		||||
				if(feature_enabled($conv->get_profile_owner(),'commtag')) {
 | 
			
		||||
					$tagger = array(
 | 
			
		||||
						'add' => t("add tag"),
 | 
			
		||||
						'class' => "",
 | 
			
		||||
					);
 | 
			
		||||
				}
 | 
			
		||||
			}
 | 
			
		||||
		} else {
 | 
			
		||||
			$indent = 'comment';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue