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