Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Installation/Controller.php')
-rw-r--r--plugins/Installation/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Installation/Controller.php b/plugins/Installation/Controller.php
index 76246058c7..b85327fba3 100644
--- a/plugins/Installation/Controller.php
+++ b/plugins/Installation/Controller.php
@@ -36,7 +36,7 @@ class Piwik_Installation_Controller extends Piwik_Controller
public function __construct()
{
- $this->session = new Zend_Session_Namespace('Piwik_Installation');
+ $this->session = new Piwik_Session_Namespace('Piwik_Installation');
if(!isset($this->session->currentStepDone))
{
$this->session->currentStepDone = '';