[Libreoffice-commits] website.git: Branch 'update' - check.php

Christian Lohmaier cloph at kemper.freedesktop.org
Tue Jun 4 12:28:01 UTC 2019


 check.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4fc666eafacc8af3d5c10d146a75949cbaa85f31
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Tue Jun 4 14:27:58 2019 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Tue Jun 4 14:27:58 2019 +0200

    add campaign keyword for matomo

diff --git a/check.php b/check.php
index f131352..9fd07ff 100644
--- a/check.php
+++ b/check.php
@@ -755,7 +755,7 @@ function print_update_xml($buildid, $os, $arch, $lang, $pkgfmt) {
   <inst:arch>' . $arch . '</inst:arch>
   <inst:version>' . $new['version'] . '</inst:version>
   <inst:buildid>9999</inst:buildid>
-  <inst:update type="' . $new['update_type'] . '" src="' . $update_src . '" />
+  <inst:update type="' . $new['update_type'] . '" src="' . $update_src . '&pk_campaign=update" />
 </inst:description>
 ';
 


More information about the Libreoffice-commits mailing list