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

Change subject: Remove unused parameter.
......................................................................


Remove unused parameter.

Change-Id: I27a6ac3f9d3fb01340e3286989d2c742c4fa9460
---
M ttmserver/DatabaseTTMServer.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Amire80: Looks good to me, but someone else must approve
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/ttmserver/DatabaseTTMServer.php b/ttmserver/DatabaseTTMServer.php
index e01ffbf..c240f9a 100644
--- a/ttmserver/DatabaseTTMServer.php
+++ b/ttmserver/DatabaseTTMServer.php
@@ -236,10 +236,10 @@
                $res = $dbr->select( $tables, $fields, $conds, __METHOD__ );
                wfProfileOut( __METHOD__ );
 
-               return $this->processQueryResults( $res, $text, 
$sourceLanguage, $targetLanguage );
+               return $this->processQueryResults( $res, $text, $targetLanguage 
);
        }
 
-       protected function processQueryResults( $res, $text, $sourceLanguage, 
$targetLanguage ) {
+       protected function processQueryResults( $res, $text, $targetLanguage ) {
                wfProfileIn( __METHOD__ );
                $timeLimit = microtime( true ) + 5;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I27a6ac3f9d3fb01340e3286989d2c742c4fa9460
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to