X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=extlib%2FOAuth.php;h=495121374edadeea90b1478c13b55c4fc34b7f67;hb=45ee2060fa9317e65ea4ea09084bf8158c10ee61;hp=60c50f1cead310fd348a63093519728d60ef4a26;hpb=d0401b19a535069ea50ba9115219f5b6e3b0e994;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 }