Aklapper has uploaded a new change for review. https://gerrit.wikimedia.org/r/227205
Change subject: Adjust Herald field values to upstream changes ...................................................................... Adjust Herald field values to upstream changes Related: https://secure.phabricator.com/D13613 and https://secure.phabricator.com/D13616 Bug: T107027 Change-Id: I675657cb6a2cfbca141d0eea851f1e6c5c2bf8c3 --- M src/policy/SecurityPolicyEnforcerAction.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/security refs/changes/05/227205/1 diff --git a/src/policy/SecurityPolicyEnforcerAction.php b/src/policy/SecurityPolicyEnforcerAction.php index 86c3c57..5ada4d4 100644 --- a/src/policy/SecurityPolicyEnforcerAction.php +++ b/src/policy/SecurityPolicyEnforcerAction.php @@ -25,7 +25,7 @@ } public function getActionType() { - return HeraldAdapter::VALUE_NONE; + return new HeraldEmptyFieldValue(); } public function applyEffect( -- To view, visit https://gerrit.wikimedia.org/r/227205 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I675657cb6a2cfbca141d0eea851f1e6c5c2bf8c3 Gerrit-PatchSet: 1 Gerrit-Project: phabricator/extensions/security Gerrit-Branch: master Gerrit-Owner: Aklapper <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
