fixes an sql error in NotificationsManager
This commit is contained in:
		
					parent
					
						
							
								9fa0be784a
							
						
					
				
			
			
				commit
				
					
						12dd657868
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -554,7 +554,7 @@ class NotificationsManager {
 | 
			
		|||
 | 
			
		||||
		$r = q("SELECT `item`.`id`,`item`.`parent`, `item`.`verb`, `item`.`author-name`, `item`.`unseen`,
 | 
			
		||||
				`item`.`author-link`, `item`.`author-avatar`, `item`.`created`, `item`.`object` AS `object`, 
 | 
			
		||||
				`pitem`.`author-name` AS `pname`, `pitem`.`author-link` AS `plink`, `pitem`.`guid` AS `pguid`, 
 | 
			
		||||
				`pitem`.`author-name` AS `pname`, `pitem`.`author-link` AS `plink`, `pitem`.`guid` AS `pguid` 
 | 
			
		||||
			FROM `item` INNER JOIN `item` AS `pitem` ON  `pitem`.`id`=`item`.`parent`
 | 
			
		||||
			WHERE `item`.`visible` = 1
 | 
			
		||||
				$sql_extra
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue