Fixing forum creating see #4410

skala
Julio Montoya 13 years ago
parent 0a77ad956e
commit ff7e5c6f33
  1. 2
      main/forum/forumfunction.inc.php

@ -173,7 +173,7 @@ function show_add_forum_form($inputvalues = array(), $lp_id) {
$gradebook = Security::remove_XSS($_GET['gradebook']);
// Initialize the object.
$form = new FormValidator('forumcategory', 'post', 'index.php?gradebook='.$gradebook.'');
$form = new FormValidator('forumcategory', 'post', 'index.php?gradebook='.$gradebook.'&'. api_get_cidreq());
// The header for the form
if (!empty($inputvalues)) {

Loading…
Cancel
Save