Skip to content

Commit 52c8b23

Browse files
author
Jens Krumsieck
committed
another typo
1 parent 4b8a9aa commit 52c8b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/lib/system/dashboard/box/WeeklyVisitorsDashboardBox.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function init(DashboardBox $box, IPage $page) {
3939
* @see \wcf\system\dashboard\box\AbstractContentDashboardBox::render()
4040
*/
4141
protected function render() {
42-
if (!count($this->vistis)) return '';
42+
if (!count($this->visits)) return '';
4343

4444
WCF::getTPL()->assign(array(
4545
'visits' => $this->visits

templates/dashboardBoxWeeklyVisitors.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<header class="boxHeadline">
1+
<header class="boxHeadline boxSubHeadline">
22
<h2>{lang}wcf.dashboard.box.de.codequake.cms.visitorsWeekly{/lang}</h2>
33
</header>
44

0 commit comments

Comments
 (0)