mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Fix Comment menu caption.
This commit is contained in:
@@ -41,8 +41,8 @@ if (isset($_POST['update_menu']))
|
||||
{
|
||||
if($key == "comment_caption")
|
||||
{
|
||||
$temp['comment_caption'][e_LANGUAGE] = $tp->toDB($value);
|
||||
continue;
|
||||
// $temp['comment_caption'][e_LANGUAGE] = $tp->toDB($value);
|
||||
// continue;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user