-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
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
BlogHelper_getCategoryByName #3177
BlogHelper_getCategoryByName #3177
Conversation
@HungDV2022 please take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thangnnmd @HungDV2022 レビューいれました確認お願いします。
'BlogCategory.name' => urlencode($name), | ||
], | ||
'recursive' => -1 | ||
$conditions = array_merge([ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thangnnmd @HungDV2022 配列の階層を変えてしまうと、後方互換が保てずエラーとなってしまいます。
同じ階層のまま、find() の第2引数に入れてください。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
@ryuring もう一度レビューをお願いします。 |
@thangnnmd @HungDV2022 Thank you. I will merge this pull request. |
BlogHelper_getCategoryByName