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:
authorrobocoder <anthon.pang@gmail.com>2012-03-06 05:29:36 +0400
committerrobocoder <anthon.pang@gmail.com>2012-03-06 05:29:36 +0400
commit73d4af55b1b2b1dab27442fe30157557f1246f4a (patch)
tree309185a243fc7ec7ff7a25fd342c8d3c5ac2d30b /plugins/Login
parent4dfeae00f54c46116dd47e05c80faf1402a0c021 (diff)
refs #1713 - splitting reader/writer just isn't possible with the way integration tests run
git-svn-id: http://dev.piwik.org/svn/trunk@5968 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/Controller.php b/plugins/Login/Controller.php
index a727519779..6ce7fef930 100644
--- a/plugins/Login/Controller.php
+++ b/plugins/Login/Controller.php
@@ -324,7 +324,7 @@ class Piwik_Login_Controller extends Piwik_Controller
}
$user['password'] = md5($password);
- Piwik_Config_Writer::getInstance()->superuser = $user;
+ Piwik_Config::getInstance()->superuser = $user;
}
else
{