diff --git a/extlib/OAuth.php b/extlib/OAuth.php index 60c50f1cead310fd348a63093519728d60ef4a26..495121374edadeea90b1478c13b55c4fc34b7f67 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 }