mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-14 16:02:14 +09:00
Fix #813 incorrect language about canceling downvotes
This commit is contained in:
parent
6b1afe26ae
commit
5e296e54e2
2 changed files with 6 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue