Bug #15682 » create_0_dir.diff
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) {
|