fix null username when messenger account is unconfigured
This commit is contained in:
@@ -69,7 +69,7 @@ the next time you connect to WebTV.
|
|||||||
<tr>
|
<tr>
|
||||||
<td align=left>
|
<td align=left>
|
||||||
User Name<form action=validate-messenger-account>
|
User Name<form action=validate-messenger-account>
|
||||||
<INPUT noSubmit name="email" id="email" Value="${session_data.getSessionData("messenger_email")}"
|
<INPUT noSubmit name="email" id="email" Value="${session_data.getSessionData("messenger_email") || ""}"
|
||||||
bgcolor=#444444 text=#ffdd33 cursor=#cc9933
|
bgcolor=#444444 text=#ffdd33 cursor=#cc9933
|
||||||
TYPE="input" ASCIIONLY
|
TYPE="input" ASCIIONLY
|
||||||
SIZE="16"
|
SIZE="16"
|
||||||
|
|||||||
Reference in New Issue
Block a user