]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unsubscribeform.php
Merge branch 'event' into 1.0.x
[quix0rs-gnu-social.git] / lib / unsubscribeform.php
index 0ce343e11e199c034b405ffe2e9f367cbdf1afe0..a8e6915d6c64de3ff2a608728d398306605e9e05 100644 (file)
@@ -28,7 +28,7 @@
  * @link      http://status.net/
  */
 
-if (!defined('STATUSNET')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
@@ -89,7 +89,7 @@ class UnsubscribeForm extends Form
 
     function formClass()
     {
-        return 'form_user_unsubscribe';
+        return 'form_user_unsubscribe ajax';
     }
 
     /**