mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 01:48:35 +01:00
"fix for last bit of bug #1813: changing of file perms worked only once, further changes in same window got ignored"
This commit is contained in:
parent
19342d9119
commit
322467fb36
@ -612,6 +612,7 @@ class filemanager_ui
|
|||||||
if ($ok && !$failed)
|
if ($ok && !$failed)
|
||||||
{
|
{
|
||||||
$msg .= lang('Permissions of %1 changed.',$path.' '.lang('and all it\'s childeren'));
|
$msg .= lang('Permissions of %1 changed.',$path.' '.lang('and all it\'s childeren'));
|
||||||
|
$content['old'][$name] = $content[$name];
|
||||||
}
|
}
|
||||||
elseif($failed)
|
elseif($failed)
|
||||||
{
|
{
|
||||||
@ -622,6 +623,7 @@ class filemanager_ui
|
|||||||
elseif (call_user_func_array($cmd,array($path,$value)))
|
elseif (call_user_func_array($cmd,array($path,$value)))
|
||||||
{
|
{
|
||||||
$msg .= lang('Permissions of %1 changed.',$path);
|
$msg .= lang('Permissions of %1 changed.',$path);
|
||||||
|
$content['old'][$name] = $content[$name];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user