mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix for bug #262: Can't create directory
This commit is contained in:
parent
6470e91163
commit
adddbaa157
@ -1430,7 +1430,7 @@
|
||||
}
|
||||
|
||||
/* TODO is this right or should it be a single $ ? */
|
||||
if($$this->newfile_or_dir[strlen($this->newfile_or_dir)-1] == ' ' || $this->newfile_or_dir[0] == ' ')
|
||||
if($this->newfile_or_dir[strlen($this->newfile_or_dir)-1] == ' ' || $this->newfile_or_dir[0] == ' ')
|
||||
{
|
||||
$this->messages[]= $GLOBALS['egw']->common->error_list(array(lang('Cannot create directory because it begins or ends in a space')));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user