Index: branches/5.0.x/core/units/fck/fck_tp.php =================================================================== diff -u -r12117 -r12202 --- branches/5.0.x/core/units/fck/fck_tp.php (.../fck_tp.php) (revision 12117) +++ branches/5.0.x/core/units/fck/fck_tp.php (.../fck_tp.php) (revision 12202) @@ -1,6 +1,6 @@ Application->GetVar('folder'); - $files_dir = WRITEABLE."/user_files/".$params['folder']."/"; - $files_url = BASE_PATH.WRITEBALE_BASE."/user_files/".$params['folder']."/"; + $files_dir = WRITEABLE . "/user_files/" . $params['folder'] . "/"; + $files_url = BASE_PATH . WRITEBALE_BASE . "/user_files/" . $params['folder']."/"; $aFiles = $this->ReadFiles($files_dir); $block_params = $this->prepareTagParams($params); $block_params['name'] = $block_params['render_as'];