We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
log_error expects 2 arguments.
log_error
ec-cube/src/Eccube/Resource/functions/log.php
Lines 38 to 44 in 0d6b6e8
But the following calls pass 3 arguments to it.
ec-cube/src/Eccube/Controller/Admin/Customer/CustomerDeliveryEditController.php
Line 147 in 0d6b6e8
ec-cube/src/Eccube/Controller/Admin/Customer/CustomerController.php
Line 248 in 0d6b6e8
Remove the extra argument.
The text was updated successfully, but these errors were encountered:
Thanks for your report! It would certainly be a correct to remove the third argument.
Sorry, something went wrong.
d2f10eb
It is fixed in # 4715 and closed.
No branches or pull requests
概要(Overview)
log_error
expects 2 arguments.ec-cube/src/Eccube/Resource/functions/log.php
Lines 38 to 44 in 0d6b6e8
But the following calls pass 3 arguments to it.
ec-cube/src/Eccube/Controller/Admin/Customer/CustomerDeliveryEditController.php
Line 147 in 0d6b6e8
ec-cube/src/Eccube/Controller/Admin/Customer/CustomerController.php
Line 248 in 0d6b6e8
期待する内容(Expect) or 要望 (Requirement)
Remove the extra argument.
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: