Pwirth has uploaded a new change for review.

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

Change subject: Revert "BSReview: Added steps_id to params, so a hook handler 
does not need to execute that havvy query again"
......................................................................

Revert "BSReview: Added steps_id to params, so a hook handler does not need to 
execute that havvy query again"

This reverts commit c728dead6106bf30e6532c482c257bb9741db7c4.
Needs manual back port

Change-Id: I03397cbf27e5a273a009dbe10be0a1352b586a60
---
M Review/Review.class.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceExtensions 
refs/changes/73/322673/1

diff --git a/Review/Review.class.php b/Review/Review.class.php
index 1a1d2cf..bb89b9d 100644
--- a/Review/Review.class.php
+++ b/Review/Review.class.php
@@ -1249,7 +1249,7 @@
 
                $dbw->freeResult( $res );
 
-               $oParams->stepid = $step_id = $row[ 'revs_id' ];
+               $step_id = $row[ 'revs_id' ];
                $initial_comment = $row[ 'revs_comment' ];
 
                // update data

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I03397cbf27e5a273a009dbe10be0a1352b586a60
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceExtensions
Gerrit-Branch: REL1_23
Gerrit-Owner: Pwirth <[email protected]>

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

Reply via email to