diff --git a/wp-content/plugins/wp-piwik/update/2015051101.php b/wp-content/plugins/wp-piwik/update/2015051101.php index a476e08391386f9b0e440943c13d7ff53ee42c8c..b3b8e824f62f303cbafdcb725d7beb5f62843422 100644 --- 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 (); + +****/