aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/oauth/service/soundcloud.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/auth/provider/oauth/service/soundcloud.php')
-rw-r--r--phpBB/phpbb/auth/provider/oauth/service/soundcloud.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/phpBB/phpbb/auth/provider/oauth/service/soundcloud.php b/phpBB/phpbb/auth/provider/oauth/service/soundcloud.php
index e000c68a6f..ac43ea5e48 100644
--- a/phpBB/phpbb/auth/provider/oauth/service/soundcloud.php
+++ b/phpBB/phpbb/auth/provider/oauth/service/soundcloud.php
@@ -23,6 +23,23 @@ if (!defined('IN_PHPBB'))
class phpbb_auth_provider_oauth_service_soundcloud extends phpbb_auth_provider_oauth_service_base
{
/**
+ * phpBB config
+ *
+ * @var phpbb_config
+ */
+ protected $config;
+
+ /**
+ * Constructor
+ *
+ * @param phpbb_config $config
+ */
+ public function __construct(phpbb_config $config)
+ {
+ $this->config = $config;
+ }
+
+ /**
* {@inheritdoc}
*/
public function get_service_credentials()