kopia lustrzana https://github.com/friendica/friendica
Merge pull request #6188 from MrPetovan/bug/5928-protect-oauthexception
Protect OAuthException declaration to avoid conflict with php-pecl-oauthpull/6190/head
commit
52b342a90c
|
@ -3,9 +3,11 @@
|
|||
|
||||
/* Generic exception class
|
||||
*/
|
||||
if (!class_exists('OAuthException', false)) {
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
}
|
||||
}
|
||||
|
||||
class OAuthConsumer {
|
||||
public $key;
|
||||
|
|
Ładowanie…
Reference in New Issue