Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Krumsieck committed Sep 14, 2015
1 parent 4b8a9aa commit 52c8b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function init(DashboardBox $box, IPage $page) {
* @see \wcf\system\dashboard\box\AbstractContentDashboardBox::render()
*/
protected function render() {
if (!count($this->vistis)) return '';
if (!count($this->visits)) return '';

WCF::getTPL()->assign(array(
'visits' => $this->visits
Expand Down
2 changes: 1 addition & 1 deletion templates/dashboardBoxWeeklyVisitors.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<header class="boxHeadline">
<header class="boxHeadline boxSubHeadline">
<h2>{lang}wcf.dashboard.box.de.codequake.cms.visitorsWeekly{/lang}</h2>
</header>

Expand Down

0 comments on commit 52c8b23

Please sign in to comment.