--- loncom/interface/groupboards.pm 2009/02/13 17:20:29 1.14 +++ loncom/interface/groupboards.pm 2012/07/21 21:20:06 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network # Group Bulletin Boards Manager # -# $Id: groupboards.pm,v 1.14 2009/02/13 17:20:29 bisitz Exp $ +# $Id: groupboards.pm,v 1.15 2012/07/21 21:20:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -251,7 +251,7 @@ sub create_board { $LONCAPA::map::resources[$newidx]=$bbtitle.':'.$newurl. ':false:normal:res'; push(@LONCAPA::map::order,$newidx); - my ($errtext,$fatal)=&LONCAPA::map::storemap($allbbsmap,1); + my ($errtext,$fatal)=&LONCAPA::map::storemap($allbbsmap,1,1); if ($fatal) { $outcome = "error: failed to save discussion boards map - $errtext\n"; } else {