From 56104406dcb345ba7e21d2c23940fccdf76eea36 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 19 Jun 2011 19:15:17 +0000 Subject: use the complete path, as set by the rpm --- modules/mediawiki/templates/LocalSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/mediawiki/templates') 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'); -- cgit v1.2.1