Needs review
Project:
Mobile Tools
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Feb 2012 at 21:22 UTC
Updated:
1 Feb 2012 at 21:23 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1425024-fix-access-options-2.patch | 887 bytes | travist |
Comments
Comment #1
travist commentedHere is the patch.