Merge pull request #2092 from luisfernandosl/BUG-13332
BUG 13332 "Problem with link target FrameName" SOLVED
This commit is contained in:
@@ -236,7 +236,11 @@ foreach ($FieldAttributes as $key => $value) {
|
||||
case 'string':
|
||||
if (!empty($value)) {
|
||||
$FieldAttrib[strtolower($key)] = $value;
|
||||
}
|
||||
} else {
|
||||
if ($_POST["form"]["TYPE"] == "link" && $key == "TARGET_SEL") {
|
||||
$FieldAttrib[strtolower($key)] = $value;
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 'integer':
|
||||
$FieldAttrib[strtolower($key)] = $value;
|
||||
|
||||
Reference in New Issue
Block a user