Committer: akanashin
LJSUP-13732: While I'm editing the private entry to the community and switching to the new form an error occurU trunk/htdocs/editjournal.bml
Modified: trunk/htdocs/editjournal.bml =================================================================== --- trunk/htdocs/editjournal.bml 2012-09-24 15:18:33 UTC (rev 22962) +++ trunk/htdocs/editjournal.bml 2012-09-25 06:02:33 UTC (rev 22963) @@ -112,6 +112,7 @@ # extra get arguments my $getextra; $getextra .= "usejournal=$usejournal&" if $usejournal; + $getextra .= "journal=$usejournal&" if $usejournal; $getextra .= "year=$year&month=$month&day=$day&" if $year && $month && $day; $getextra .= "only_me=$only_me_checked&" if $only_me_checked; chop $getextra;