mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Merge pull request #300 from zomberg/fix_check_ignore_extens_option
[FIX] Fixed 'checkignoreexnens' option
This commit is contained in:
		
						commit
						b0d41af3ee
					
				@ -250,7 +250,7 @@ class EncryptTask extends AbstractTask
 | 
			
		||||
         *
 | 
			
		||||
         */
 | 
			
		||||
        if (isset($this->mageConfig ['checkignoreextens'])) {
 | 
			
		||||
            $this->checkIgnoreExtens = array_merge($this->ignoreExtens, $this->mageConfig['ignoreextens']);
 | 
			
		||||
            $this->checkIgnoreExtens = array_merge($this->checkIgnoreExtens, $this->mageConfig['checkignoreextens']);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        /*
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user