From: Mikael Nordfeldth Date: Mon, 13 Oct 2014 08:21:15 +0000 (+0200) Subject: Class names are strings. Also, sorry we're touching extlib X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bf94154c96961a2634881799fb9d2dd0039d2d82;p=quix0rs-gnu-social.git Class names are strings. Also, sorry we're touching extlib --- 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 }