Bug #22603 ยป 14327.diff
t3lib/matchcondition/class.t3lib_matchcondition_abstract.php (working copy) | ||
---|---|---|
return true;
|
||
}
|
||
}
|
||
} else {
|
||
if ($value === '') {
|
||
return TRUE;
|
||
}
|
||
}
|
||
break;
|
||
case 'globalVar':
|