[drupal-devel] [bug] Undefined variable: authmaps
kubaZygmunt
drupal-devel at drupal.org
Sun Jul 31 13:44:28 UTC 2005
Issue status update for
http://drupal.org/node/27897
Post a follow up:
http://drupal.org/project/comments/add/27897
Project: Drupal
Version: cvs
Component: user.module
Category: bug reports
Priority: normal
Assigned to: Anonymous
Reported by: kubaZygmunt
Updated by: kubaZygmunt
Status: patch (code needs review)
Attachment: http://drupal.org/files/issues/user.module.authmaps.patch.txt (461 bytes)
During testing uploading file I've got exception message:
Unexpected PHP error [Undefined variable: authmaps] severity [E_NOTICE]
in [****\modules\user.module] line [201]
My patch changes:
if ($authmaps) => if (isset($authmaps))
I don't know if this condition is sufficient so please review (but for
my testing error message disappeared )
thank you
kubaZygmunt
More information about the drupal-devel
mailing list