mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Comment and other fixes.
This commit is contained in:
@@ -224,7 +224,7 @@ class comment_shortcodes extends e_shortcode
|
||||
{
|
||||
if (ANON == TRUE && USER == FALSE) // (anonymous comments - if allowed)
|
||||
{
|
||||
return "<input class='tbox comment author' type='text' placeholder=\"".COMLAN_16."\" name='author_name' size='61' value='{$_POST['author_name']}' maxlength='100' />";
|
||||
return "<input class='tbox comment author' type='text' placeholder=\"".COMLAN_16."\" name='author_name' size='61' value='{$_SESSION['comment_author_name']}' maxlength='100' />";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user