Skip to content

Commit

Permalink
gh-28 Complete rewrite
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Nicholas K. Dionysopoulos committed Dec 5, 2017
1 parent e304b23 commit 03880e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sociallogin/twitter/twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function __construct($subject, array $config = array())
$this->loadLanguage();

// Register the autoloader
JLoader::registerNamespace('Akeeba\\SocialLogin\\Google', __DIR__ . '/Twitter', false, false, 'psr4');
JLoader::registerNamespace('Akeeba\\SocialLogin\\Twitter', __DIR__ . '/Twitter', false, false, 'psr4');

// Set the integration name from the plugin name (without the plg_sociallogin_ part, of course)
$this->integrationName = $this->_name;
Expand Down

0 comments on commit 03880e2

Please sign in to comment.