mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:37:32 -05:00 
			
		
		
		
	Fixes for Notifications
This commit is contained in:
		
							parent
							
								
									ce696f7950
								
							
						
					
					
						commit
						dc3cf85e2c
					
				@ -69,8 +69,6 @@ class SetupController extends Controller
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        if ($check['system_health'] === false) {
 | 
			
		||||
            nlog($check);
 | 
			
		||||
 | 
			
		||||
            return response('Oops, something went wrong. Check your logs.'); /* We should never reach this block, but just in case. */
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -66,7 +66,6 @@ class InvoiceEmailedNotification implements ShouldQueue
 | 
			
		||||
            if (($key = array_search('mail', $methods))) {
 | 
			
		||||
                unset($methods[$key]);
 | 
			
		||||
 | 
			
		||||
                
 | 
			
		||||
                $nmo->to_user = $user;
 | 
			
		||||
 | 
			
		||||
                NinjaMailerJob::dispatch($nmo);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user