fixed some mistakes
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
require_once ROOT_DIR.'/model/forum/Thread.php';
|
||||
require_once ROOT_DIR.'/model/forum/User.php';
|
||||
foreach (MVCController::$viewData['boards'] as $board){
|
||||
include '/view/webcontent/modules/modules_boards/module_boardtable.php';
|
||||
include ROOT_DIR.'/view/webcontent/modules/modules_boards/module_boardtable.php';
|
||||
}
|
||||
?>
|
||||
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user