Fix indentation
This commit is contained in:
parent
5d0b087559
commit
a673d3c8f5
1 changed files with 5 additions and 4 deletions
|
@ -536,9 +536,10 @@ class kolab_storage
|
|||
if ($oldfolder != $folder) {
|
||||
$result = self::folder_rename($oldfolder, $folder);
|
||||
}
|
||||
else
|
||||
else {
|
||||
$result = true;
|
||||
}
|
||||
}
|
||||
// create new folder
|
||||
else {
|
||||
$result = self::folder_create($folder, $prop['type'], $prop['subscribed'], $prop['active']);
|
||||
|
|
Loading…
Add table
Reference in a new issue