]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Class names are strings. Also, sorry we're touching extlib
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 13 Oct 2014 08:21:15 +0000 (10:21 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 13 Oct 2014 08:21:15 +0000 (10:21 +0200)
extlib/OAuth.php

index 60c50f1cead310fd348a63093519728d60ef4a26..495121374edadeea90b1478c13b55c4fc34b7f67 100644 (file)
@@ -3,7 +3,7 @@
 
 /* Generic exception class
  */
 
 /* Generic exception class
  */
-if (!class_exists(OAuthException)) {
+if (!class_exists('OAuthException')) {
   class OAuthException extends Exception {
     // pass
   }
   class OAuthException extends Exception {
     // pass
   }