Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->pathUpdateFileCore = PIWIK_INCLUDE_PATH . '/core/Updates/';
     $this->pathUpdateFilePlugins = PIWIK_INCLUDE_PATH . '/plugins/%s/Updates/';
     ColumnUpdater::setUpdater($this);
 }