Line 203 of admin/viewboard.php currently has this:
Code

if (!$sort_field) $sort_field = "posted";


That, should be this:

Code

if (!$sort_field) $sort_field = "last";