Fix #813 incorrect language about canceling downvotes

This commit is contained in:
Kijin Sung 2017-05-07 21:58:00 +09:00
parent 6b1afe26ae
commit 5e296e54e2
2 changed files with 6 additions and 6 deletions

View file

@ -137,7 +137,7 @@ class commentController extends comment
$output = $this->updateVotedCountCancel($comment_srl, $oComment, $point);
$output = new Object();
$output->setMessage('success_voted_canceled');
$output->setMessage('success_blamed_canceled');
return $output;
}