]> git.mxchange.org Git - friendica.git/blobdiff - library/OAuth1.php
Lockfile for onepoll, removing old smarty3 cache files.
[friendica.git] / library / OAuth1.php
old mode 100755 (executable)
new mode 100644 (file)
index 0db6fab..53b905e
@@ -3,8 +3,10 @@
 
 /* Generic exception class
  */
-class OAuthException extends Exception {
-  // pass
+if (!class_exists('OAuthException')) {
+       class OAuthException extends Exception {
+               // pass
+       }
 }
 
 class OAuthConsumer {