Index: branches/5.2.x/core/units/fck/fck_tp.php =================================================================== diff -u -N -r14628 -r14699 --- branches/5.2.x/core/units/fck/fck_tp.php (.../fck_tp.php) (revision 14628) +++ branches/5.2.x/core/units/fck/fck_tp.php (.../fck_tp.php) (revision 14699) @@ -1,6 +1,6 @@ Application->recallObject('FCKHelper'); /* @var $fck_helper fckFCKHelper */ $default_folders = defined('FCK_DEFAULT_FOLDERS') ? FCK_DEFAULT_FOLDERS : Array ('Files', 'Images', 'Flash', 'Media', 'Documents'); foreach ($default_folders as $index => $folder) { - if (!$fck_helper->CreateFolder($folder)) { + if ( !$fck_helper->CreateFolder($folder) ) { unset($default_folders[$index]); } } - if (!$default_folders) { + if ( !$default_folders ) { return ''; } $ret = ''; foreach ($default_folders as $folder) { $selected = ($this->Application->GetVar('type') == $folder) ? 'selected' : ''; - $ret.= '