X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGeoURL%2FGeoURLPlugin.php;h=91da81a5aa4299c44025a1c05152a347bc00fde3;hb=c0664599aa5a90f99d462d7e9d9930e1aaf5dcbc;hp=01178f39c0f4c246089246ec792bf5476752daef;hpb=95b534c5cee56602dffcc11121908c0f518cab6d;p=quix0rs-gnu-social.git diff --git a/plugins/GeoURL/GeoURLPlugin.php b/plugins/GeoURL/GeoURLPlugin.php index 01178f39c0..91da81a5aa 100644 --- a/plugins/GeoURL/GeoURLPlugin.php +++ b/plugins/GeoURL/GeoURLPlugin.php @@ -46,7 +46,6 @@ if (!defined('STATUSNET')) { * * @seeAlso Location */ - class GeoURLPlugin extends Plugin { public $ping = 'http://geourl.org/ping/'; @@ -58,7 +57,6 @@ class GeoURLPlugin extends Plugin * * @return boolean event handler flag */ - function onEndShowHeadElements($action) { $name = $action->trimmed('action'); @@ -94,7 +92,6 @@ class GeoURLPlugin extends Plugin * * @return boolean event handler flag */ - function onHandleQueuedNotice(&$notice) { if ($notice->is_local == 1) {