Committer: sbelyaev
LJSUP-11057: site root variable is fixed.U trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml =================================================================== --- trunk/htdocs/update.bml 2012-01-27 13:49:25 UTC (rev 21027) +++ trunk/htdocs/update.bml 2012-01-27 13:54:40 UTC (rev 21028) @@ -627,7 +627,7 @@ $itemid = $itemid * 256 + $anum; $$body .= BML::ml('.update.success2', {'aopts' => "href='" . $ju->journal_base . "/'"}); } else { - $$body .= BML::ml('.update.success3', {'aopts' => "href=LJ::SITEROOT/manage/scheduled_posts.bml?usejournal=" . $ju->username}); + $$body .= BML::ml('.update.success3', {'aopts' => "href=$LJ::SITEROOT/manage/scheduled_posts.bml?usejournal=" . $ju->username}); } $$body .= $res->{extra_result_message};