mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 04:45:58 +00:00
user editor no longer sets login of current user to blank string on entry save
This commit is contained in:
@@ -142,7 +142,11 @@
|
||||
|
||||
print "<input size=\"30\" style=\"font-size : 16px\"
|
||||
onkeypress=\"return filterCR(event, userEditSave)\" $sel_disabled
|
||||
name=\"login\" value=\"$login\">";
|
||||
value=\"$login\">";
|
||||
|
||||
if ($sel_disabled) {
|
||||
print "<input type=\"hidden\" name=\"login\" value=\"$login\">";
|
||||
}
|
||||
|
||||
print "</div>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user