X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FEvent%2FEventPlugin.php;h=ed6a01e9b48a5c88f5e02cff11c7418c09444b6f;hb=e186ad57d07307e2c12e9080bb51fd5beedff409;hp=ed78b156e1f7d20d4427407068bed4d35730dd9c;hpb=f74d2d555c5323f1d49e99a4313f57872d2c4a95;p=quix0rs-gnu-social.git diff --git a/plugins/Event/EventPlugin.php b/plugins/Event/EventPlugin.php index ed78b156e1..ed6a01e9b4 100644 --- a/plugins/Event/EventPlugin.php +++ b/plugins/Event/EventPlugin.php @@ -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);