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') {