-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
T11699: Use jobs and hooks to automate checking that a domain is pointed #24
Conversation
…th notpointed i18n pending
SQL will need regenerating
$requestSslManager->fromID( $this->params['requestID'] ); | ||
$isPointed = false; | ||
$hookContainer = $mwServices->getHookContainer(); | ||
$hookContainer->run( 'RequestSSLDomainCheck', [&$requestSslManager, &$isPointed] ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding hooks, I have to register this hook on extension.json before usage, I don't think this will even work.
CreateWiki registers them in HookHandler like this. https://github.com/miraheze/CreateWiki/blob/3f8003973176c2225894dc39d73f1fe3a8e8275e/extension.json#L113
https://github.com/miraheze/CreateWiki/tree/master/includes/Hooks
Closing. I'm going to start from zero on this one. |
No description provided.