X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FOAuth.php;h=495121374edadeea90b1478c13b55c4fc34b7f67;hb=959f971a6510a45f832f910999a24f063b41c953;hp=60c50f1cead310fd348a63093519728d60ef4a26;hpb=e6a342b2a2edfcc9f276e172170fc0b3eb07b61d;p=quix0rs-gnu-social.git diff --git a/extlib/OAuth.php b/extlib/OAuth.php index 60c50f1cea..495121374e 100644 --- a/extlib/OAuth.php +++ b/extlib/OAuth.php @@ -3,7 +3,7 @@ /* Generic exception class */ -if (!class_exists(OAuthException)) { +if (!class_exists('OAuthException')) { class OAuthException extends Exception { // pass }