X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnotifier.php;h=01337335d5fed0040d99945f8717347de2845c77;hb=9d4d29ad9eb6302fb02eda0ba5f6bcd128a86f49;hp=45ccf5e40fb39ecea5e8748a4e263a7d3110aa53;hpb=b9abfd24f08fd5d067eada2a67f0c0d760092db8;p=friendica.git diff --git a/include/notifier.php b/include/notifier.php index 45ccf5e40f..01337335d5 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -526,7 +526,7 @@ function notifier_run(&$argv, &$argc){ if($url) { logger('notifier: urldelivery: ' . $url); $deliver_status = slapper($owner,$url,$slap); - // TODO: redeliver/queue these items on failure, though there is no contact record + /// @TODO Redeliver/queue these items on failure, though there is no contact record } } }