[svn r21171] forum - change variable post to thread - fixed FS#4269

skala
John Hinojosa 16 years ago
parent 0ffc69a6f5
commit 43e077e3e5
  1. 2
      main/forum/editpost.php

@ -139,7 +139,7 @@ $htmlHeadXtra[] = '<script>
$current_thread=get_thread_information($_GET['thread']); // note: this has to be validated that it is an existing thread
$current_forum=get_forum_information($_GET['forum']); // note: this has to be validated that it is an existing forum.
$current_forum_category=get_forumcategory_information($current_forum['forum_category']);
$current_post=get_post_information($_GET['post']);
$current_post=get_post_information($_GET['thread']);
/*
-----------------------------------------------------------
Header and Breadcrumbs

Loading…
Cancel
Save