mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 12:07:15 +01:00
bugfix artikelimport
This commit is contained in:
parent
fe75b1b716
commit
390a2054ec
@ -4008,7 +4008,8 @@ class Importvorlage extends GenImportvorlage {
|
||||
$feldnameohnepsrache = str_replace($sprachenSet,'',$feldnameohnepsrache);
|
||||
}
|
||||
|
||||
if(in_array($feldnameohnepsrache, $erlaubtefelder,false) && !in_array($sprachenSet,$zuImportierendeSprachen[$sprache],false)){
|
||||
$haystack = $zuImportierendeSprachen[$sprache]?$zuImportierendeSprachen[$sprache]:array();
|
||||
if(in_array($feldnameohnepsrache, $erlaubtefelder,false) && !in_array($sprachenSet,$haystack,false)){
|
||||
$zuImportierendeSprachen[$sprache][] = $sprachenSet;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user