diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |