Need to taint username.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2096 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ChatDirector.java,v 1.41 2002/12/12 23:54:27 shaper Exp $
|
// $Id: ChatDirector.java,v 1.42 2003/01/06 00:24:32 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.crowd.chat;
|
package com.threerings.crowd.chat;
|
||||||
|
|
||||||
@@ -368,8 +368,8 @@ public class ChatDirector extends BasicDirector
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void requestFailed (String reason) {
|
public void requestFailed (String reason) {
|
||||||
String msg =
|
String msg = MessageBundle.compose(
|
||||||
MessageBundle.compose("m.tell_failed", target, reason);
|
"m.tell_failed", MessageBundle.taint(target), reason);
|
||||||
displayFeedbackMessage(_bundle, msg);
|
displayFeedbackMessage(_bundle, msg);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user