]> git.mxchange.org Git - friendica.git/blobdiff - library/OAuth1.php
Merge pull request #678 from fermionic/20130511-update-videojs
[friendica.git] / library / OAuth1.php
index 0db6fabcbe8c490f06885e3213d465712ee642e8..53b905e7714a5cbdc3d8effc40157d554958ddb5 100644 (file)
@@ -3,8 +3,10 @@
 
 /* Generic exception class
  */
-class OAuthException extends Exception {
-  // pass
+if (!class_exists('OAuthException')) {
+       class OAuthException extends Exception {
+               // pass
+       }
 }
 
 class OAuthConsumer {