mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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)
|
||||
{
|
||||
$msg .= lang('Permissions of %1 changed.',$path.' '.lang('and all it\'s childeren'));
|
||||
$content['old'][$name] = $content[$name];
|
||||
}
|
||||
elseif($failed)
|
||||
{
|
||||
@ -622,6 +623,7 @@ class filemanager_ui
|
||||
elseif (call_user_func_array($cmd,array($path,$value)))
|
||||
{
|
||||
$msg .= lang('Permissions of %1 changed.',$path);
|
||||
$content['old'][$name] = $content[$name];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user