|
@@ -58,7 +58,7 @@ discard block |
|
|
block discarded – undo |
|
58
|
58
|
|
|
59
|
59
|
$configObject = Configuration::loadFromArray( |
|
60
|
60
|
$config, |
|
61
|
|
- 'authsources[' . var_export($this->authId, true) . ']' |
|
|
61
|
+ 'authsources['.var_export($this->authId, true).']' |
|
62
|
62
|
); |
|
63
|
63
|
|
|
64
|
64
|
$this->key = $configObject->getString('key'); |
|
@@ -137,9 +137,9 @@ discard block |
|
|
block discarded – undo |
|
137
|
137
|
$userdata = $server->getUserDetails($tokenCredentials); |
|
138
|
138
|
|
|
139
|
139
|
$attributes = []; |
|
140
|
|
- $attributes['twitter_at_screen_name'] = ['@' . $userdata->uid]; |
|
141
|
|
- $attributes['twitter_screen_n_realm'] = [$userdata->uid . '@twitter.com']; |
|
142
|
|
- $attributes['twitter_targetedID'] = ['http://twitter.com!' . $userdata->uid]; |
|
|
140
|
+ $attributes['twitter_at_screen_name'] = ['@'.$userdata->uid]; |
|
|
141
|
+ $attributes['twitter_screen_n_realm'] = [$userdata->uid.'@twitter.com']; |
|
|
142
|
+ $attributes['twitter_targetedID'] = ['http://twitter.com!'.$userdata->uid]; |
|
143
|
143
|
|
|
144
|
144
|
$state['Attributes'] = $attributes; |
|
145
|
145
|
} |
Please login to merge, or discard this patch.