diff options
Diffstat (limited to 'story.php')
-rw-r--r-- | story.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ function story_render($id, $cid) { } } -switch($op) { +switch($op) { case "Preview comment": $theme->header(); comment_preview($pid, $id, $subject, $comment); |