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>2011-04-14 23:00:39 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-14 23:00:39 +0400
commit0733554e61c6a6b0fc75a34b06235b34ec3f0181 (patch)
tree40c66f4b9f187d6e1a0feca037297c546e585504 /plugins/DBStats/Controller.php
parent6310490d3ea0693540bf5e5a437d1caf956174cb (diff)
fixes #2312, refs #1679 - done
git-svn-id: http://dev.piwik.org/svn/trunk@4451 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/DBStats/Controller.php')
-rw-r--r--plugins/DBStats/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DBStats/Controller.php b/plugins/DBStats/Controller.php
index 9dea86426f..8feeb6e6a5 100644
--- a/plugins/DBStats/Controller.php
+++ b/plugins/DBStats/Controller.php
@@ -14,7 +14,7 @@
*
* @package Piwik_DBStats
*/
-class Piwik_DBStats_Controller extends Piwik_Controller
+class Piwik_DBStats_Controller extends Piwik_Controller_Admin
{
function index()
{