You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
702 B
13 lines
702 B
--- /usr/share/openmediavault/engined/rpc/sharemgmt.inc.orig 2018-11-27 16:51:05.412000000 +0100
|
|
+++ /usr/share/openmediavault/engined/rpc/sharemgmt.inc 2018-11-27 16:52:19.960000000 +0100
|
|
@@ -914,8 +914,8 @@
|
|
if (array_key_exists("owner", $params) || array_key_exists(
|
|
"group", $params)) {
|
|
$ownerGroupArg = "";
|
|
- if (array_key_exists("owner", $params))
|
|
- $ownerGroupArg = str_replace(' ', '\ ', $params['owner']);
|
|
+ //if (array_key_exists("owner", $params))
|
|
+ // $ownerGroupArg = str_replace(' ', '\ ', $params['owner']);
|
|
if (array_key_exists("group", $params))
|
|
$ownerGroupArg = sprintf("%s:%s", $ownerGroupArg,
|
|
str_replace(' ', '\ ', $params['group']));
|
|
|