fixed some mistakes

This commit is contained in:
2019-09-24 16:37:00 +02:00
parent f84f283e8e
commit bf27d735fe
6 changed files with 9 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<th width=10%>Started by</th>
<th width=15%>Last reply</th>
</tr>
<?php
<?php
foreach (MVCController::$viewData['threads'] as $thread){
if($thread->getBoardID() == $board->id){
$currentRow = [];