mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-10-14 09:10:18 +02:00
[FIX] Fixed 'checkignoreexnens' option
This commit is contained in:
parent
47e4d7c9a1
commit
727010bd61
@ -250,7 +250,7 @@ class EncryptTask extends AbstractTask
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if (isset($this->mageConfig ['checkignoreextens'])) {
|
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