jenkins-bot has submitted this change and it was merged.

Change subject: setClaim autosummary should not be overwritten by ChangeOp 
autosummary
......................................................................


setClaim autosummary should not be overwritten by ChangeOp autosummary

Change-Id: I522563fad8ef4805abdfe636f5d70fbf9b7bff44
---
M repo/includes/api/SetClaim.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Addshore: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/includes/api/SetClaim.php b/repo/includes/api/SetClaim.php
index a5be92f..37118a3 100644
--- a/repo/includes/api/SetClaim.php
+++ b/repo/includes/api/SetClaim.php
@@ -62,7 +62,7 @@
 
                $changeop = new ChangeOpClaim( $claim , new ClaimGuidGenerator( 
$guid->getEntityId() ) );
                try{
-                       $changeop->apply( $entity, $summary );
+                       $changeop->apply( $entity );
                } catch( ChangeOpException $exception ){
                        $this->dieUsage( 'Failed to apply changeOp:' . 
$exception->getMessage(), 'save-failed' );
                }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I522563fad8ef4805abdfe636f5d70fbf9b7bff44
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to