diff options
Diffstat (limited to 'submit.php')
-rw-r--r-- | submit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/submit.php b/submit.php index 18eeb2a42..121e9385f 100644 --- a/submit.php +++ b/submit.php @@ -120,7 +120,7 @@ function submit_preview($subject, $abstract, $article, $category) { $output .= "</FORM>\n"; $theme->header(); - $theme->article(new Story($user->userid, check_output($subject), check_output($abstract), check_output($article), check_output($category), time())); + $theme->article(new Story($user->userid, $subject, $abstract, $article, $category, time())); $theme->box("Submit a story", $output); $theme->footer(); } @@ -160,4 +160,4 @@ switch($op) { break; } -?>
\ No newline at end of file +?> |