Parent5446 has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/132796

Change subject: Forgot autoload for hooks class
......................................................................

Forgot autoload for hooks class

Minor fix

Change-Id: I0193877f1c691d4fbe7afd4440ab462e5667268b
---
M OATHAuth.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OATHAuth 
refs/changes/96/132796/1

diff --git a/OATHAuth.php b/OATHAuth.php
index d5c8c61..fbb9738 100644
--- a/OATHAuth.php
+++ b/OATHAuth.php
@@ -31,6 +31,7 @@
 $wgMessagesDirs['OATHAuth'] = __DIR__ . '/i18n';
 $wgExtensionMessagesFiles['OATHAuth'] = $dir . 'OATHAuth.i18n.php';
 $wgExtensionMessagesFiles['OATHAuthAlias'] = $dir . 'OATHAuth.alias.php';
+$wgAutoloadClasses['OATHAuthHooks] = $dir . 'OATHAuth.hooks.php';
 $wgAutoloadClasses['HOTP'] = $dir . 'lib/hotp.php';
 $wgAutoloadClasses['HOTPResult'] = $dir . 'lib/hotp.php';
 $wgAutoloadClasses['Base32'] = $dir . 'lib/base32.php';

-- 
To view, visit https://gerrit.wikimedia.org/r/132796
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0193877f1c691d4fbe7afd4440ab462e5667268b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OATHAuth
Gerrit-Branch: master
Gerrit-Owner: Parent5446 <tylerro...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to