From 7ee6c3a20c509586ba25628684976eb1c0f52cad Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 10 Jul 2018 08:47:57 -0400 Subject: [PATCH] [fortunate] Mark addon as unsupported --- fortunate/fortunate.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fortunate/fortunate.php b/fortunate/fortunate.php index 8c15caa6..ebece489 100644 --- a/fortunate/fortunate.php +++ b/fortunate/fortunate.php @@ -4,6 +4,7 @@ * Description: Add a random fortune cookie at the bottom of every pages. [Requires manual confguration.] * Version: 1.0 * Author: Mike Macgirvin + * Status: Unsupported */ use Friendica\Core\Addon; use Friendica\Util\Network; @@ -28,7 +29,7 @@ function fortunate_uninstall() function fortunate_fetch(&$a, &$b) { - $a->page['htmlhead'] .= '' . "\r\n"; if (FORTUNATE_SERVER != 'hostname.com') {