From bf94154c96961a2634881799fb9d2dd0039d2d82 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 13 Oct 2014 10:21:15 +0200 Subject: [PATCH] Class names are strings. Also, sorry we're touching extlib --- extlib/OAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }