andy wrote in changelog

[livejournal] r17890: LJSUP-7462 (refactor userprops): make th...

Committer: ailyin
LJSUP-7462 (refactor userprops): make the logic more tricky for great justice
U   trunk/cgi-bin/LJ/User/PropStorage/GlobalIndexed.pm
Modified: trunk/cgi-bin/LJ/User/PropStorage/GlobalIndexed.pm
===================================================================
--- trunk/cgi-bin/LJ/User/PropStorage/GlobalIndexed.pm	2010-12-09 10:55:05 UTC (rev 17889)
+++ trunk/cgi-bin/LJ/User/PropStorage/GlobalIndexed.pm	2010-12-09 11:28:14 UTC (rev 17890)
@@ -17,7 +17,7 @@
     return 0 unless $propinfo;
 
     return 0 if $propinfo->{'datatype'} =~ /^bit/;
-    return 0 if $propinfo->{'cldversion'};
+    return 0 if $propinfo->{'cldversion'} && !$propinfo->{'multihomed'};
 
     return 0 unless $propinfo->{'multihomed'} || $propinfo->{'indexed'};