allow system-loaded (i.e. pecl-oauth) to coexist
This commit is contained in:
parent
aeed498752
commit
7420896693
@ -7,7 +7,8 @@
|
||||
*/
|
||||
|
||||
/* Load OAuth lib. You can find it at http://oauth.net */
|
||||
require_once('library/OAuth1.php');
|
||||
if(!class_exists('OAuthException'))
|
||||
require_once('library/OAuth1.php');
|
||||
|
||||
/**
|
||||
* Twitter OAuth class
|
||||
|
Reference in New Issue
Block a user