summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthew Cillo <matthewacillo@gmail.com>2015-12-11 21:16:00 -0500
committerMatthew Cillo <matthewacillo@gmail.com>2015-12-11 21:16:00 -0500
commitc72e13a976a64feee992b77b1d676bf584e44c47 (patch)
tree6e9f05795762031609323cb08381219ee7d129a4 /app
parent583e6bf064bbbdd0b031ea429fb1de949ddf64a7 (diff)
removed debug line and added title
Diffstat (limited to 'app')
-rw-r--r--app/Controller/Analytic.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Analytic.php b/app/Controller/Analytic.php
index 603ace01..62f55f8d 100644
--- a/app/Controller/Analytic.php
+++ b/app/Controller/Analytic.php
@@ -188,6 +188,7 @@ class Analytic extends Base
'project' => $project,
'paginator' => $paginator,
'metrics' => $stats,
+ 'title' => t('Compare hours for "%s"', $project['name']),
)));
}
}