Committer: sbelyaev
LJSUP-10219: Behavior for variables "Publish/Postpone untill" on update.bml formU trunk/cgi-bin/LJ/Widget/EntryForm.pm
Modified: trunk/cgi-bin/LJ/Widget/EntryForm.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/EntryForm.pm 2012-03-12 08:15:12 UTC (rev 21349) +++ trunk/cgi-bin/LJ/Widget/EntryForm.pm 2012-03-12 08:44:45 UTC (rev 21350) @@ -577,7 +577,7 @@ }; if ( $opts->{'mode'} eq "edit" && $can_edit_date ) { - if ( $opts->{'delayed'} ) { + if ( $opts->{'delayedid'} ) { $out .= qq{ <label class="title entrydate-title-date">$BML::ML{'entryform.postponed.until'}</label> };