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.

CommentFileSizeAuthor
#1 1425024-fix-access-options-2.patch887 bytestravist
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

travist’s picture

Status: Active » Needs review
FileSize
887 bytes

Here is the patch.