afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-07-03 11:46 pm

[dw-free] Yahoo online indicator on profile doesn't work

[commit: http://hg.dwscoalition.org/dw-free/rev/5d6f636228f1]

http://bugs.dwscoalition.org/show_bug.cgi?id=1373

Fix variable.

Patch by [personal profile] sophie.

Files modified:
  • cgi-bin/DW/Logic/ProfilePage.pm
--------------------------------------------------------------------------------
diff -r d497a58c35e5 -r 5d6f636228f1 cgi-bin/DW/Logic/ProfilePage.pm
--- a/cgi-bin/DW/Logic/ProfilePage.pm	Thu Jul 02 04:38:46 2009 +0000
+++ b/cgi-bin/DW/Logic/ProfilePage.pm	Fri Jul 03 23:45:28 2009 +0000
@@ -736,7 +736,7 @@ sub external_services {
             url => "http://profiles.yahoo.com/$eyahoo",
             image => 'yahoo.gif',
             title_ml => '.im.yim',
-            status_image => 'http://opi.yahoo.com/online?u=$yim&m=g&t=0',
+            status_image => "http://opi.yahoo.com/online?u=$yahoo&m=g&t=0",
             status_title_ml => '.im.yim.status',
             status_width => 12,
             status_height => 12,
--------------------------------------------------------------------------------