|  | @@ -26,9 +26,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 26 | 26 |  // Overwrite core error message keys with a more specific message. | 
                                                                                                            
                                                            | 27 | 27 |  $lang = array_merge($lang, [ | 
                                                                                                            
                                                            | 28 | 28 |  	'EXTENSION_NOT_ENABLEABLE'		=> isset($lang['EXTENSION_NOT_ENABLEABLE']) ? | 
                                                                                                            
                                                            | 29 |  | -		$lang['EXTENSION_NOT_ENABLEABLE'] . '<br>' . sprintf($lang['TIP_INSTALL_ERROR'], \vse\topicimagepreview\ext::PHPBB_MIN_VERSION) : | 
                                                                                                            
                                                            | 30 |  | -		null, | 
                                                                                                            
                                                            |  | 29 | +		$lang['EXTENSION_NOT_ENABLEABLE'] . '<br>' . sprintf($lang['TIP_INSTALL_ERROR'], \vse\topicimagepreview\ext::PHPBB_MIN_VERSION) : null, | 
                                                                                                            
                                                            | 31 | 30 |  	'CLI_EXTENSION_ENABLE_FAILURE'	=> isset($lang['CLI_EXTENSION_ENABLE_FAILURE']) ? | 
                                                                                                            
                                                            | 32 |  | -		$lang['CLI_EXTENSION_ENABLE_FAILURE'] . '. ' . sprintf($lang['TIP_INSTALL_ERROR'], \vse\topicimagepreview\ext::PHPBB_MIN_VERSION) : | 
                                                                                                            
                                                            | 33 |  | -		null, | 
                                                                                                            
                                                            |  | 31 | +		$lang['CLI_EXTENSION_ENABLE_FAILURE'] . '. ' . sprintf($lang['TIP_INSTALL_ERROR'], \vse\topicimagepreview\ext::PHPBB_MIN_VERSION) : null, | 
                                                                                                            
                                                            | 34 | 32 |  ]); | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.