aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/perm_upgrade.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/perm_upgrade.php b/include/perm_upgrade.php
index 4353dc9af..9892adb07 100644
--- a/include/perm_upgrade.php
+++ b/include/perm_upgrade.php
@@ -192,9 +192,10 @@ function translate_abook_perms_outbound(&$abook) {
$my_perms += PERMS_A_DELEGATE;
}
}
+
+ $abook['abook_their_perms'] = $their_perms;
+ $abook['abook_my_perms'] = $my_perms;
}
- $abook['abook_their_perms'] = $their_perms;
- $abook['abook_my_perms'] = $my_perms;
}
function translate_abook_perms_inbound($channel,$abook) {