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