diff options
| author | spiderr <spiderr@bitweaver.org> | 2019-03-27 14:33:25 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2019-03-27 14:33:25 -0400 |
| commit | cab532c5123e2c7c476d35770bfb351e6056e6e3 (patch) | |
| tree | 241270b8a8b6101a8d09079a3c1e2ddb21984429 /hauth/Hybrid/Providers/Yahoo.php | |
| parent | 56c23efba2a5f8689e9c5c1f26483fca1ee295be (diff) | |
| download | users-cab532c5123e2c7c476d35770bfb351e6056e6e3.tar.gz users-cab532c5123e2c7c476d35770bfb351e6056e6e3.tar.bz2 users-cab532c5123e2c7c476d35770bfb351e6056e6e3.zip | |
upgrade HybridAuth from 2.9.5 to 2.14.0
Diffstat (limited to 'hauth/Hybrid/Providers/Yahoo.php')
| -rw-r--r-- | hauth/Hybrid/Providers/Yahoo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hauth/Hybrid/Providers/Yahoo.php b/hauth/Hybrid/Providers/Yahoo.php index 81c4828..82e3972 100644 --- a/hauth/Hybrid/Providers/Yahoo.php +++ b/hauth/Hybrid/Providers/Yahoo.php @@ -28,7 +28,7 @@ class Hybrid_Providers_Yahoo extends Hybrid_Provider_Model_OAuth2 { * If empty will be used YDN App scopes.
* @see https://developer.yahoo.com/oauth2/guide/yahoo_scopes.
*/
- public $scope = [];
+ public $scope = array();
/**
* {@inheritdoc}
|
