X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2FOAuth1.php;h=53b905e7714a5cbdc3d8effc40157d554958ddb5;hb=d34445a0eace0c3ebd96443e0c0f748d6e305ca2;hp=0db6fabcbe8c490f06885e3213d465712ee642e8;hpb=1872cf2b2d14be5c4b8fbc9e2cf61f9fcd9e2f88;p=friendica.git diff --git a/library/OAuth1.php b/library/OAuth1.php index 0db6fabcbe..53b905e771 100644 --- a/library/OAuth1.php +++ b/library/OAuth1.php @@ -3,8 +3,10 @@ /* Generic exception class */ -class OAuthException extends Exception { - // pass +if (!class_exists('OAuthException')) { + class OAuthException extends Exception { + // pass + } } class OAuthConsumer {