diff --git a/classes/tables/board_table.php b/classes/tables/board_table.php index ec25437..80d9558 100644 --- a/classes/tables/board_table.php +++ b/classes/tables/board_table.php @@ -53,6 +53,9 @@ class board_table extends flexible_table { /** @var bool Is board rating enabled. */ protected $hasrating; + /** @var array Holds additional prefernces of the board. */ + protected $prefs; + /** * Constructor * @param int $cmid The course module id.