Bug #20373 » 11005.diff
typo3/class.browse_links.php (working copy) | ||
---|---|---|
*/
|
||
$pArr = explode('|',$this->bparams);
|
||
// Convert wildcard to empty value
|
||
if ($pArr[3] == '*') {
|
||
$pArr[3] = '';
|
||
}
|
||
// This is JavaScript especially for the TBE Element Browser!
|
||
$formFieldName = 'data['.$pArr[0].']['.$pArr[1].']['.$pArr[2].']';
|
||
... | ... | |
// Init variable:
|
||
$pArr = explode('|',$this->bparams);
|
||
// Convert wildcard to empty value
|
||
if ($pArr[3] == '*') {
|
||
$pArr[3] = '';
|
||
}
|
||
// Create upload/create folder forms, if a path is given:
|
||
$path=$this->expandFolder;
|
||
if (!$path || !@is_dir($path)) {
|