]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/OAuth.php
Added new 'Scroller' plugin from @buttle which aims to replace the out-dated
[quix0rs-gnu-social.git] / extlib / OAuth.php
index 60c50f1cead310fd348a63093519728d60ef4a26..495121374edadeea90b1478c13b55c4fc34b7f67 100644 (file)
@@ -3,7 +3,7 @@
 
 /* Generic exception class
  */
-if (!class_exists(OAuthException)) {
+if (!class_exists('OAuthException')) {
   class OAuthException extends Exception {
     // pass
   }