Posted by travist on January 26, 2012 at 8:05pm
1 follower
| Project: | Mobile Tools |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
We are getting a PHP Notice within the mobile_tools.module. The fix is really simple. You just need to add an isset to the mobile_tools_views_check_access function call.
Patch to follow.
Comments
#1
Here is the patch.
#2
#3
Here is a more elegant fix.
#4
Whoops....against wrong version. Here is the updated patch.