Don't reuse variable names
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 30 Jun 2016 22:11:41 +0000 (15:11 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 30 Jun 2016 22:17:21 +0000 (15:17 -0700)
commitaf6e349f6740598f02836d3bdd729301495f90bc
tree50bedc61fea30cf731ad4294120e6c68d2109265
parent248b74afb98740c6db59ad1cda9ab06812cf4a9f
Don't reuse variable names

This code was rather hard to follow due to reusing the same variable
multiple times. Lets give them unique names.

Change-Id: I8f134b6314d593a3e40b19765c7b71496b8e524d
includes/api/ApiQuerySearch.php