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