Call to webserver_auth_init in cosign_init.
mdulzo - August 26, 2009 - 15:01
| Project: | cosign |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Looking for Comments:
Is there any particular reason to require the call to webserver_auth_init in cosign_init (line 24)? Both of these procedures will be called by the Drupal init hook. It results in duplicate calls to webserver_auth_init.

#1
I'm not sure if there's a reason it's being called. If it the cosign module works correctly without the call to webserver_auth_init(), it can be removed.