From 885dffdd014a390627132f4d14845e8b38db78d8 Mon Sep 17 00:00:00 2001 From: blahblah666 Date: Thu, 29 Jan 2015 05:46:41 -0800 Subject: [PATCH] Fixed idiotic typo. tread > thread --- inc/8chan-mod-pages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/8chan-mod-pages.php b/inc/8chan-mod-pages.php index 36a7a07a..92a1f2e0 100644 --- a/inc/8chan-mod-pages.php +++ b/inc/8chan-mod-pages.php @@ -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');