Commit b8f272ab authored by Chris Withers's avatar Chris Withers

Fix missing import :-S

parent c45a6fa3
......@@ -285,9 +285,10 @@ class TransactionsManager:
except AttributeError:
# Most likely some product forgot to call __of__()
# on the user object.
LOG('AccessControl', WARNING,
'A user object of type %s has no aq_parent.'
% str(type(auth_user)))
ac_logger.warning(
'A user object of type %s has no aq_parent.',
type(auth_user)
)
auth_path = request_get('AUTHENTICATION_PATH')
else:
auth_path = '/'.join(auth_folder.getPhysicalPath()[1:-1])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment