Skip to content

Commit 7947302

Browse files
committed
Add box position to article list
1 parent bf857f0 commit 7947302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wcfsetup/install/files/lib/system/box/ArticleListBoxController.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ protected function getTemplate()
9494
return WCF::getTPL()->render('wcf', 'boxArticleList', [
9595
'boxArticleList' => $this->objectList,
9696
'boxSortField' => $this->sortField,
97+
'boxPosition' => $this->box->position,
9798
]);
9899
}
99100
}

0 commit comments

Comments
 (0)