[drupal-devel] [bug] Undefined variable: authmaps

killes drupal-devel at drupal.org
Sat Aug 6 13:48:56 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:   killes at www.drop.org
-Status:       patch (code needs review)
+Status:       patch (ready to be committed)

yes, this will fix the notice and won't have unwanted side effects.


This review brought to you by Patch Bingo!




killes at www.drop.org



Previous comments:
------------------------------------------------------------------------

Sun, 31 Jul 2005 13:44:26 +0000 : kubaZygmunt

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







More information about the drupal-devel mailing list