X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=library%2FOAuth1.php;h=c537f2b252f7db0c8f69967859702bbbb4f30093;hb=7230cc0bed112094c0d1a5d5c8cffbe44cd85110;hp=a2097be064b2c78cf698d733e9ce0cbcb3daa175;hpb=9bdd41b77402487e9992fa87e50b222d7f707cf4;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 {