Skip to content
Snippets Groups Projects
Commit 6e9de5aa authored by ale's avatar ale Committed by lucha
Browse files

disable wp-piwik global update script

parent 637aa51e
Branches
Tags
No related merge requests found
<?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 ();
****/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment