X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2FOAuth1.php;h=53b905e7714a5cbdc3d8effc40157d554958ddb5;hb=4dcd00cf4b80d6cbbb2ee5456ed7d7599ccc33ef;hp=0db6fabcbe8c490f06885e3213d465712ee642e8;hpb=4bee1859be5fbf46ecc19728a908e31b4e9b09b6;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 {