Posted by travist on February 1, 2012 at 9:22pm
1 follower
| Project: | Mobile Tools |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | travist |
| Status: | needs review |
Issue Summary
We are getting a warning that states the following...
Notice: Undefined index: mobile_tools in /mnt/apci/main/www/sites/all/modules/contrib/mobile_tools/views/plugins/mobile_tools_plugin_access_mobile.inc line 15
I dug a little deeper and found that the problem is that you are using a deprecated method within your views access handler to get the options for that plugin.
Patch to follow.
Comments
#1
Here is the patch.