Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Fix filename issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaprajescu committed Mar 14, 2013
1 parent e3de117 commit ae31d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/joomla/linkedin/oauth.php
Expand Up @@ -8,7 +8,7 @@
*/

defined('JPATH_PLATFORM') or die();
jimport('joomla.oauth.oauth1aClient');
jimport('joomla.oauth.oauth1aclient');

/**
* Joomla Platform class for generating Linkedin API access token.
Expand All @@ -18,7 +18,7 @@
*
* @since 12.3
*/
class JLinkedinOauth extends JOauth1aClient
class JLinkedinOauth extends JOauthOauth1aclient
{
/**
* @var JRegistry Options for the JLinkedinOauth object.
Expand Down
Expand Up @@ -18,7 +18,7 @@
*
* @since 12.2
*/
abstract class JOauth1aClient
abstract class JOauthOauth1aclient
{
/**
* @var JRegistry Options for the OAuth1aClient object.
Expand Down

0 comments on commit ae31d43

Please sign in to comment.