Merge pull request #3492 from annando/1705-push-priority
Bugfix: pubsubpublish has always to be called with high priority
This commit is contained in:
		
				commit
				
					
						9418c000a1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -603,7 +603,7 @@ function notifier_run(&$argv, &$argc){
 | 
			
		|||
		}
 | 
			
		||||
 | 
			
		||||
		// Handling the pubsubhubbub requests
 | 
			
		||||
		proc_run($priority, 'include/pubsubpublish.php');
 | 
			
		||||
		proc_run(PRIORITY_HIGH, 'include/pubsubpublish.php');
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	logger('notifier: calling hooks', LOGGER_DEBUG);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue