modified : upddating phrase issue fixed

This commit is contained in:
Fahad Abbas 2016-01-12 12:18:49 +00:00
parent a1d33141e0
commit 31843606cb

View file

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