Christopher Johnson (WMDE) has uploaded a new change for review.

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

Change subject: removes dead code from SprintQuery
......................................................................

removes dead code from SprintQuery

Change-Id: Idc0089a552cfa64f7bfc9ad1b9d5cbf83cbac33f
---
M src/query/SprintQuery.php
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/Sprint 
refs/changes/16/189216/1

diff --git a/src/query/SprintQuery.php b/src/query/SprintQuery.php
index 52890a4..84e5923 100644
--- a/src/query/SprintQuery.php
+++ b/src/query/SprintQuery.php
@@ -222,8 +222,7 @@
   }
 
   public function getEvents($xactions) {
-    $scope_phid = $this->project->getPHID();
-    $events = $this->extractEvents($xactions, $scope_phid);
+    $events = $this->extractEvents($xactions);
     return $events;
   }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc0089a552cfa64f7bfc9ad1b9d5cbf83cbac33f
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <[email protected]>

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

Reply via email to