Problem/Motivation
Line nodeaccess.install
------ ------------------------------------------
52 Variable $role_map might not be defined.
126 Variable $i might not be defined.
Steps to reproduce
Proposed resolution
- $role_map can't be defined, but better to initial it before using it.
- $i is unused and undefined, remove it.
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3236475-2.patch | 535 bytes | jungle |
Comments
Comment #2
jungleComment #4
jungleA minor change, committed directly.