1
0
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:
Cameron
2017-10-02 13:59:09 -07:00
parent 83aece2e4a
commit 6f42d26dd5
2 changed files with 23 additions and 2 deletions

View File

@@ -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;
}