diff options
author | Michael Scherer <misc@mageia.org> | 2011-06-19 19:15:17 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-06-19 19:15:17 +0000 |
commit | 56104406dcb345ba7e21d2c23940fccdf76eea36 (patch) | |
tree | 2c64a43f78f7f6dbd5aff174271c56bb6f84c7b6 /modules/mediawiki | |
parent | cfbd3ed08a0d6b5c36828ee957312738d4f91c52 (diff) | |
download | puppet-56104406dcb345ba7e21d2c23940fccdf76eea36.tar puppet-56104406dcb345ba7e21d2c23940fccdf76eea36.tar.gz puppet-56104406dcb345ba7e21d2c23940fccdf76eea36.tar.bz2 puppet-56104406dcb345ba7e21d2c23940fccdf76eea36.tar.xz puppet-56104406dcb345ba7e21d2c23940fccdf76eea36.zip |
use the complete path, as set by the rpm
Diffstat (limited to 'modules/mediawiki')
-rw-r--r-- | modules/mediawiki/templates/LocalSettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mediawiki/templates/LocalSettings.php b/modules/mediawiki/templates/LocalSettings.php index 8a0a60e4..5e4331c7 100644 --- a/modules/mediawiki/templates/LocalSettings.php +++ b/modules/mediawiki/templates/LocalSettings.php @@ -123,7 +123,7 @@ $wgDiff3 = "/usr/bin/diff3"; # sure that cached pages are cleared. $wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) ); -require_once 'extensions/LdapAuthentication.php'; +require_once 'extensions/LdapAuthentication/LdapAuthentication.php'; $wgAuth = new LdapAuthenticationPlugin(); $wgLDAPDomainNames = array( 'ldap'); |