modified : upddating phrase issue fixed
This commit is contained in:
parent
a1d33141e0
commit
31843606cb
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ $userquery->admin_login_check();
|
|||
$phrase_id = $_POST['pk'];
|
||||
$value = $_POST['value'];
|
||||
|
||||
$lang_obj->update_phrase($phrase_id,'|no_mc|'.$value);
|
||||
$lang_obj->update_phrase($phrase_id,$value);
|
||||
|
||||
echo ($value);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue