From 6e9de5aa5fb175a6b30ceb6a834f1f29dabea654 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 31 Jul 2015 12:11:22 +0000
Subject: [PATCH] disable wp-piwik global update script

---
 wp-content/plugins/wp-piwik/update/2015051101.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/wp-content/plugins/wp-piwik/update/2015051101.php b/wp-content/plugins/wp-piwik/update/2015051101.php
index 6b11411a0..4929c20fc 100755
--- a/wp-content/plugins/wp-piwik/update/2015051101.php
+++ b/wp-content/plugins/wp-piwik/update/2015051101.php
@@ -1,5 +1,7 @@
 <?php
 
+/**** a/i patch: DISABLE THIS GLOBAL UPDATE 
+
 // Get & delete old version's options
 if (self::$settings->checkNetworkActivation ()) {
 	$oldGlobalOptions = get_site_option ( 'wp-piwik_global-settings', array () );
@@ -38,4 +40,6 @@ if (!$this->isConfigured()) {
 		self::$settings->setOption ( $key, $value );
 }
 
-self::$settings->save ();
\ No newline at end of file
+self::$settings->save ();
+
+****/
-- 
GitLab