]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix ID for leaveform
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 21 Jan 2009 14:05:49 +0000 (09:05 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 21 Jan 2009 14:05:49 +0000 (09:05 -0500)
lib/leaveform.php

index f96b54662e56df6ad50721967656bf9338161ec2..696559a25e617063f5bdcee833e4527dd3878601 100644 (file)
@@ -77,7 +77,7 @@ class LeaveForm extends Form
 
     function id()
     {
-        return 'subscribe-' . $this->group->id;
+        return 'group-leave-' . $this->group->id;
     }
 
     /**