Closed (cannot reproduce)
Project:
Commerce File
Version:
7.x-1.0-beta3
Component:
Access Control
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 23:36 UTC
Updated:
13 Mar 2012 at 09:10 UTC
When an anonymous user consults a Product Display with a Commerce File I am experiencing this message:
Notice: Undefined property: stdClass::$name in commerce_file_plugin_argument_validate_user->_set_allowed_argument() (line 107 of /Users/italo/Sites/inuedizioni.com_hostgator/sites/all/modules/commerce_file/views/handlers/commerce_file_plugin_argument_validate_user.inc).
For now I /solved/fixed changing the 107 line of code with this:
$this->argument->validated_title = (isset($account->name)) ? check_plain($account->name) : "";
I didn't see any having this … what might be caused by? It seems the the $account is not defined in the function …
Comments
Comment #1
itamair commentedOk … it went away after the first page refresh ...