Merge "HookRunner: Add missing return for RevisionFromEditComplete"
This commit is contained in:
commit
4eecaeecf9
1 changed files with 1 additions and 1 deletions
|
|
@ -3288,7 +3288,7 @@ class HookRunner implements
|
|||
}
|
||||
|
||||
public function onRevisionFromEditComplete( $wikiPage, $rev, $originalRevId, $user, &$tags ) {
|
||||
$this->container->run(
|
||||
return $this->container->run(
|
||||
'RevisionFromEditComplete',
|
||||
[ $wikiPage, $rev, $originalRevId, $user, &$tags ]
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue