Committer: akanashin
LJSUP-11857: Cyr sub domainsU trunk/htdocs/tools/endpoints/domain_ru.bml
Modified: trunk/htdocs/tools/endpoints/domain_ru.bml =================================================================== --- trunk/htdocs/tools/endpoints/domain_ru.bml 2012-04-24 12:59:16 UTC (rev 11776) +++ trunk/htdocs/tools/endpoints/domain_ru.bml 2012-04-24 13:02:38 UTC (rev 11777) @@ -55,8 +55,8 @@ 'status' => 1, 'rcptid' => $remote->userid, ); - my @errs; - $ret->{error} = $it->can_belong_to(undef, undef, \@errs, 'additem') ? 'ok' : $errs[0]; + my (@errs, @short_errs); + $ret->{error} = $it->can_belong_to(undef, \@errs, \@short_errs, 'additem') ? 'ok' : $short_errs[0]; } BML::set_content_type('text/javascript; charset=utf-8');