From: Hypolite Petovan Date: Fri, 2 Feb 2018 13:08:07 +0000 (-0500) Subject: Remove conditional declaration of OAuthException X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=85ec2775e9302d2416d2594c36d9d1264a211f58;p=friendica.git Remove conditional declaration of OAuthException --- 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 {