summaryrefslogtreecommitdiff
path: root/app/Controller/AnalyticController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/AnalyticController.php')
-rw-r--r--app/Controller/AnalyticController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Controller/AnalyticController.php b/app/Controller/AnalyticController.php
index 1949b6b8..e12de0c7 100644
--- a/app/Controller/AnalyticController.php
+++ b/app/Controller/AnalyticController.php
@@ -99,11 +99,11 @@ class AnalyticController extends BaseController
*
* @access public
*/
- public function users()
+ public function userDistribution()
{
$project = $this->getProject();
- $this->response->html($this->helper->layout->analytic('analytic/users', array(
+ $this->response->html($this->helper->layout->analytic('analytic/user_distribution', array(
'project' => $project,
'metrics' => $this->userDistributionAnalytic->build($project['id']),
'title' => t('User repartition'),