]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commit
fix(ERP-251): replace file_put_contents with Yii::info() in BonusController origin/feature_filippov_ERP-251_fix_bonus_log_permission
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Mon, 2 Mar 2026 10:25:36 +0000 (13:25 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Mon, 2 Mar 2026 10:25:36 +0000 (13:25 +0300)
commit6fcc11fb74e6975c7247ba3581abe422dc3d2141
tree6ffb64fc7e9dc3869b4c5796a685dda109378146
parente7d0130609b30c2a04dc2721850f0257a4c87c8a
fix(ERP-251): replace file_put_contents with Yii::info() in BonusController

Replace USERS_AUTH_CALL_LOG2 file writes that caused permission denied
errors on production with standard Yii::info() logging under
'bonus.auth' category. Remove unused $LOG and $USERS_AUTH_CALL_LOG2
static properties.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
erp24/api2/controllers/BonusController.php