Skip to content
Snippets Groups Projects
Commit 7b4d558d authored by ale's avatar ale Committed by agata
Browse files

disable wp-piwik global update script

parent acea6d58
No related branches found
No related tags found
No related merge requests found
<?php <?php
/**** a/i patch: DISABLE THIS GLOBAL UPDATE
// Get & delete old version's options // Get & delete old version's options
if (self::$settings->checkNetworkActivation ()) { if (self::$settings->checkNetworkActivation ()) {
$oldGlobalOptions = get_site_option ( 'wp-piwik_global-settings', array () ); $oldGlobalOptions = get_site_option ( 'wp-piwik_global-settings', array () );
...@@ -39,3 +41,5 @@ if (!$this->isConfigured()) { ...@@ -39,3 +41,5 @@ if (!$this->isConfigured()) {
} }
self::$settings->save (); self::$settings->save ();
****/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment