From 8b4181d0852c58538151853d18c7deab1fe6344e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Jan 2001 12:58:47 +0000 Subject: - 2 more bugfixes --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/theme.inc') diff --git a/includes/theme.inc b/includes/theme.inc index da6f22797..166470e10 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -62,7 +62,7 @@ function theme_blocks($region, $theme) { global $id, $PHP_SELF, $user; switch (strtok($PHP_SELF, ".")) { - case "/discussion": + case "/story": if ($user->id) $story = db_fetch_object(db_query("SELECT * FROM stories WHERE id = '$id'")); if ($story->status == 1) theme_moderation_results($theme, $story); else theme_new_headlines($theme); -- cgit v1.2.3