mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-19 17:02:16 +09:00
Add note when calling setPoint() so that downstream event handlers can tell what the change was for
This commit is contained in:
parent
3e4b4a21b3
commit
02ca0450ad
2 changed files with 28 additions and 17 deletions
|
|
@ -333,7 +333,7 @@ class PointAdminController extends Point
|
|||
$point = $m[2];
|
||||
|
||||
$oPointController = getController('point');
|
||||
$output = $oPointController->setPoint($member_srl, (int)$point, $action);
|
||||
$output = $oPointController->setPoint($member_srl, (int)$point, $action, 'admin_update');
|
||||
|
||||
$this->setError(-1);
|
||||
$this->setMessage('success_updated', 'info');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue