Immediately after installing the imap auth module (6.x-1.x-dev) I had a warning: Missing argument 1 for imap_auth_menu () in /…../module/imap_auth/imap_auth.module on line 52
Otherwise the login process in drupal using google credentials work every time but in the second intent, any idea to solve this. Thanks for your hepl.
Comments
Comment #1
franco.bersani commentedI've solved modifying on line 52 in this way
Before
function imap_auth_menu($may_cache)After
function imap_auth_menu()I hope it's help.
Comment #2
davisbenThe 6.x-1.x branch is no longer supported. Please consider upgrading to the 6.x-2.x branch.