[ljcom] r10268: LJSUP-8185: fixed

Committer: emazin
LJSUP-8185: fixed
U   trunk/cgi-bin/LJ/Hooks/ESN.pm
Modified: trunk/cgi-bin/LJ/Hooks/ESN.pm
===================================================================
--- trunk/cgi-bin/LJ/Hooks/ESN.pm	2011-03-18 12:33:48 UTC (rev 10267)
+++ trunk/cgi-bin/LJ/Hooks/ESN.pm	2011-03-21 07:35:56 UTC (rev 10268)
@@ -194,7 +194,7 @@
             'Befriended-u',
             'Defriended-u',
             'UserMessageRecvd-u',
-            'WishList-u',
+            (LJ::SUP->is_sup_enabled($remote) ? 'WishList-u' : ()),
          ];
     }
 });