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

travist’s picture

StatusFileSize
new477 bytes

Here is the patch.

travist’s picture

Status: Active » Needs review
travist’s picture

StatusFileSize
new485 bytes

Here is a more elegant fix.

travist’s picture

StatusFileSize
new450 bytes

Whoops....against wrong version. Here is the updated patch.

minoroffense’s picture

Status: Needs review » Closed (fixed)

Committed.