mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Forgot autoload for hooks class
Minor fix Change-Id: I0193877f1c691d4fbe7afd4440ab462e5667268b
This commit is contained in:
parent
5f70fed5dc
commit
62159cfb03
|
@ -31,6 +31,7 @@ $dir = __DIR__ . '/';
|
||||||
$wgMessagesDirs['OATHAuth'] = __DIR__ . '/i18n';
|
$wgMessagesDirs['OATHAuth'] = __DIR__ . '/i18n';
|
||||||
$wgExtensionMessagesFiles['OATHAuth'] = $dir . 'OATHAuth.i18n.php';
|
$wgExtensionMessagesFiles['OATHAuth'] = $dir . 'OATHAuth.i18n.php';
|
||||||
$wgExtensionMessagesFiles['OATHAuthAlias'] = $dir . 'OATHAuth.alias.php';
|
$wgExtensionMessagesFiles['OATHAuthAlias'] = $dir . 'OATHAuth.alias.php';
|
||||||
|
$wgAutoloadClasses['OATHAuthHooks'] = $dir . 'OATHAuth.hooks.php';
|
||||||
$wgAutoloadClasses['HOTP'] = $dir . 'lib/hotp.php';
|
$wgAutoloadClasses['HOTP'] = $dir . 'lib/hotp.php';
|
||||||
$wgAutoloadClasses['HOTPResult'] = $dir . 'lib/hotp.php';
|
$wgAutoloadClasses['HOTPResult'] = $dir . 'lib/hotp.php';
|
||||||
$wgAutoloadClasses['Base32'] = $dir . 'lib/base32.php';
|
$wgAutoloadClasses['Base32'] = $dir . 'lib/base32.php';
|
||||||
|
|
Loading…
Reference in a new issue