Daniel W. Ottey (dottey) wrote in lj_dev,
Daniel W. Ottey
dottey
lj_dev

Patch for typo-bug in editinfo.bml

Basically, a stray @ was in the code and so $LJ::USER_DOMAIN wasn't showing up. Thanks to caoin's semi-unrelated post to lj_translate for helping discover it.

- ? ("B" => BML::ml(".allowshowcontact.email.both", { 'domain' => @$LJ::USER_DOMAIN}),
+ ? ("B" => BML::ml(".allowshowcontact.email.both", { 'domain' => $LJ::USER_DOMAIN}),

Patch available here.
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments