From: Tobias Diekershoff Date: Thu, 18 Aug 2011 16:04:16 +0000 (+0200) Subject: piwik analytics opt-out note now translate able X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf64ae0e4bae6efd7fd6997f699bdf6c7401618b;p=friendica.git piwik analytics opt-out note now translate able --- diff --git a/addon/piwik/piwik.php b/addon/piwik/piwik.php index 8389416e98..890309d4fd 100644 --- a/addon/piwik/piwik.php +++ b/addon/piwik/piwik.php @@ -66,7 +66,12 @@ function piwik_analytics($a,&$b) { * otherwise just include the above code into the page. */ if ($optout) { - $b .= ""; + $b .= ""; } }