@@ -248,10 +248,11 @@ |
||
248 | 248 | <allow-save>true</allow-save> |
249 | 249 | '; |
250 | 250 | if ($useAnon == 1) { |
251 | - if ($outerUser == '') |
|
252 | - $profileFileCont .= '<AnonymousIdentity>@</AnonymousIdentity>'; |
|
253 | - else |
|
254 | - $profileFileCont .= '<AnonymousIdentity>' . $outer_id . '</AnonymousIdentity>'; |
|
251 | + if ($outerUser == '') { |
|
252 | + $profileFileCont .= '<AnonymousIdentity>@</AnonymousIdentity>'; |
|
253 | + } else { |
|
254 | + $profileFileCont .= '<AnonymousIdentity>' . $outer_id . '</AnonymousIdentity>'; |
|
255 | + } |
|
255 | 256 | } |
256 | 257 | $profileFileCont .= '</ClientSideCredential> |
257 | 258 | <ServerSideCredential> |