| Index: Tools/GardeningServer/scripts/rollbot.js
|
| diff --git a/Tools/GardeningServer/scripts/rollbot.js b/Tools/GardeningServer/scripts/rollbot.js
|
| index bbf9e9272ba7e864ca895949a7b5d014e6fc8e83..232dd802be1b76dbf8724abeabe91337a6c45ad3 100644
|
| --- a/Tools/GardeningServer/scripts/rollbot.js
|
| +++ b/Tools/GardeningServer/scripts/rollbot.js
|
| @@ -29,7 +29,7 @@ var rollbot = rollbot || {};
|
|
|
| // FIXME: This will need to change once we have a real account for the rollbot.
|
| var rollBotAccount = "eseidel@chromium.org";
|
| -var issueSearchURL = config.kRietveldURL + "/search?" + $.param({
|
| +var issueSearchURL = config.kRietveldURL + "/search?" + base.queryParam({
|
| "owner": rollBotAccount,
|
| "closed": 3, // Only open issues.
|
| "with_messages": "true",
|
|
|