X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=library%2FOAuth1.php;h=c537f2b252f7db0c8f69967859702bbbb4f30093;hb=8779f22b5f341e1adbe562b94101cf954f2dcee9;hp=a2097be064b2c78cf698d733e9ce0cbcb3daa175;hpb=8bdb026745a442ef8aa4ba9ee44d0be30f8b80d4;p=friendica.git diff --git a/library/OAuth1.php b/library/OAuth1.php index a2097be064..c537f2b252 100644 --- a/library/OAuth1.php +++ b/library/OAuth1.php @@ -3,10 +3,8 @@ /* Generic exception class */ -if (!class_exists('OAuthException')) { - class OAuthException extends Exception { - // pass - } +class OAuthException extends Exception { + // pass } class OAuthConsumer {