Hi,
Working with FTL(First Time Login), concept is very cool.
Found Some of two dsm warning on code review using coder module. PFA.
Patch to resolve to issue. Please review it.
Thanks,
Harish
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | interdiff-2820676-0-2.txt | 1.2 KB | neerajsingh |
| #2 | 2820676-2.patch | 1.21 KB | neerajsingh |
| ftl_codereview.patch | 1.2 KB | harish b | |
| code_review_warnings.png | 117.88 KB | harish b |
Comments
Comment #2
neerajsinghSince "check_plain" function only excepts the text that needs to be processed, the patch at issue summary throws an warning saying - "Warning: Illegal offset type in drupal_set_message()".
Re-rolling the patch here with "check_plain" and "t" function.
Comment #3
harish b commentedHi neeraj,
Thanks for your review, i checked the patch working properly.
Changing status to RTBC.
Thanks,
Harish.
Comment #5
neerajsinghThanks, committed the patch to 7.x-2.x-dev
Comment #7
neerajsinghCreated a feature branch for to add a configurable messages for each role.