kopia lustrzana https://github.com/friendica/friendica
Protect OAuthException declaration to avoid conflict with php-pecl-oauth
rodzic
540321d0aa
commit
6fd294aac5
|
@ -3,8 +3,10 @@
|
|||
|
||||
/* Generic exception class
|
||||
*/
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
if (!class_exists('OAuthException', false)) {
|
||||
class OAuthException extends Exception {
|
||||
// pass
|
||||
}
|
||||
}
|
||||
|
||||
class OAuthConsumer {
|
||||
|
|
Ładowanie…
Reference in New Issue