Fixed idiotic typo. tread > thread

This commit is contained in:
blahblah666 2015-01-29 05:46:41 -08:00
parent c64a96d572
commit 885dffdd01

View File

@ -598,7 +598,7 @@ EOT;
$query->bindValue(':board', $b);
$query->execute() or error(db_error($query));
$board = $query->fetchAll()[0];
$rules = @file_get_contents($board['uri'] . '/rules.txt');
$css = @file_get_contents('stylesheets/board/' . $board['uri'] . '.css');