Class names are strings. Also, sorry we're touching extlib

This commit is contained in:
Mikael Nordfeldth 2014-10-13 10:21:15 +02:00
parent d0401b19a5
commit bf94154c96
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
/* Generic exception class
*/
if (!class_exists(OAuthException)) {
if (!class_exists('OAuthException')) {
class OAuthException extends Exception {
// pass
}