mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 14:11:29 +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);
|
self.change_dir((path == '/' ? '' : path)+'/'+ dir);
|
||||||
}
|
}
|
||||||
},this.egw.lang('New directory'),this.egw.lang('Create directory'));
|
},this.egw.lang('New directory'),this.egw.lang('Create directory'));
|
||||||
|
Loading…
Reference in New Issue
Block a user