mirror of
				https://github.com/gtbu/Typesetter-5.3-p8.git
				synced 2025-11-03 22:38:27 +01:00 
			
		
		
		
	undefined 'name'
This commit is contained in:
		
							parent
							
								
									a250ce1874
								
							
						
					
					
						commit
						6e78e48f9f
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -618,7 +618,7 @@ namespace gp\admin{
 | 
			
		|||
 | 
			
		||||
				foreach( $config['addons'] as $inst_addon_key => $inst_addon_data ){
 | 
			
		||||
 | 
			
		||||
					if( $deprec_addon_name != $inst_addon_data['name'] ){
 | 
			
		||||
					if($deprec_addon_name != ($inst_addon_data['name'] ?? null)){
 | 
			
		||||
						// addon is not installed
 | 
			
		||||
						continue;
 | 
			
		||||
					}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue