mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge branch 'develop' into next
This commit is contained in:
commit
0f469baae8
40 changed files with 384 additions and 157 deletions
|
|
@ -267,7 +267,7 @@ class documentController extends document
|
|||
if(!$d_output->toBool()) return $d_output;
|
||||
}
|
||||
// session reset
|
||||
$_SESSION['voted_document'][$document_srl] = false;
|
||||
unset($_SESSION['voted_document'][$document_srl]);
|
||||
|
||||
// Call a trigger (after)
|
||||
ModuleHandler::triggerCall('document.updateVotedCountCancel', 'after', $trigger_obj);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue