]> git.mxchange.org Git - friendica.git/blobdiff - library/OAuth1.php
And some more templates
[friendica.git] / library / OAuth1.php
index a2097be064b2c78cf698d733e9ce0cbcb3daa175..47463283161a018099b9aba50710d9159d91f44f 100644 (file)
@@ -3,10 +3,10 @@
 
 /* Generic exception class
  */
-if (!class_exists('OAuthException')) {
-       class OAuthException extends Exception {
-               // pass
-       }
+if (!class_exists('OAuthException', false)) {
+  class OAuthException extends Exception {
+    // pass
+  }
 }
 
 class OAuthConsumer {