]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Event/EventPlugin.php
OStatus and XMPP plugins now inform Nodeinfo plugins about their activity
[quix0rs-gnu-social.git] / plugins / Event / EventPlugin.php
index ed78b156e1f7d20d4427407068bed4d35730dd9c..ed6a01e9b48a5c88f5e02cff11c7418c09444b6f 100644 (file)
@@ -102,7 +102,7 @@ class EventPlugin extends ActivityVerbHandlerPlugin
         $versions[] = array('name' => 'Event',
                             'version' => GNUSOCIAL_VERSION,
                             'author' => 'Evan Prodromou',
-                            'homepage' => 'http://status.net/wiki/Plugin:Event',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Event',
                             'description' =>
                             // TRANS: Plugin description.
                             _m('Event invitations and RSVPs.'));
@@ -289,7 +289,6 @@ class EventPlugin extends ActivityVerbHandlerPlugin
 
     protected function showEvent(Notice $stored, HTMLOutputter $out, Profile $scoped=null)
     {
-        common_debug('shownotice'.$stored->getID());
         $profile = $stored->getProfile();
         $event   = Happening::fromStored($stored);