Project

General

Profile

Bug #15682 » create_0_dir.diff

Administrator Admin, 2008-08-29 22:48

View differences:

t3lib/class.t3lib_extfilefunc.php 2008-08-29 22:36:21.000000000 +0200
if (!$this->isInit) return FALSE;
$theFolder = $this->cleanFileName($cmds['data']);
if ($theFolder) {
if (isset($theFolder)) {
if ($this->checkFileNameLen($theFolder)) {
$theTarget = $this->is_directory($cmds['target']); // Check the target dir
if ($theTarget) {
(2-2/3)