@@ -134,12 +134,12 @@ |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | switch ($scope) { |
137 | - case IAccountManager::VISIBILITY_PRIVATE: |
|
138 | - return IAccountManager::SCOPE_LOCAL; |
|
139 | - case IAccountManager::VISIBILITY_CONTACTS_ONLY: |
|
140 | - return IAccountManager::SCOPE_FEDERATED; |
|
141 | - case IAccountManager::VISIBILITY_PUBLIC: |
|
142 | - return IAccountManager::SCOPE_PUBLISHED; |
|
137 | + case IAccountManager::VISIBILITY_PRIVATE: |
|
138 | + return IAccountManager::SCOPE_LOCAL; |
|
139 | + case IAccountManager::VISIBILITY_CONTACTS_ONLY: |
|
140 | + return IAccountManager::SCOPE_FEDERATED; |
|
141 | + case IAccountManager::VISIBILITY_PUBLIC: |
|
142 | + return IAccountManager::SCOPE_PUBLISHED; |
|
143 | 143 | } |
144 | 144 | |
145 | 145 | return IAccountManager::SCOPE_LOCAL; |