Tobias Gritschacher has uploaded a new change for review.

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


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/64/88964/1

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: newchange
Gerrit-Change-Id: I522563fad8ef4805abdfe636f5d70fbf9b7bff44
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <[email protected]>

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

Reply via email to