Two simple changes to work with 5.1:
First a new file named webserver_auth.info
; $Id: $
name = Webserver Authentication
description = Allows Drupal to honor the webserver's authentication.
Second change module_exist to module_exists
23c23
< if (!module_exists('user')) {
---
> if (!module_exist('user')) {
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| profile_clash_0.patch | 247 bytes | zibas |
Comments
Comment #1
moshe weitzman commentedComment #2
zibas commentedIs there something else I can do to help get this patch applied? Thanks.
Comment #3
moshe weitzman commentedthis patch was applied - http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/webserver_a...