mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix new directories with weird chars (one#two?three) do not get created correctly
This commit is contained in:
parent
91fffd045e
commit
498db61f46
@ -586,7 +586,7 @@ app.classes.filemanager = AppJS.extend(
|
||||
}
|
||||
}
|
||||
}
|
||||
self._do_action('createdir', dir, true, path); // true=synchronous request
|
||||
self._do_action('createdir', egw.encodePathComponent(dir), true, path); // true=synchronous request
|
||||
self.change_dir((path == '/' ? '' : path)+'/'+ dir);
|
||||
}
|
||||
},this.egw.lang('New directory'),this.egw.lang('Create directory'));
|
||||
|
Loading…
Reference in New Issue
Block a user