We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8114d commit ce5514aCopy full SHA for ce5514a
core/php/functions/gitBranchName.php
@@ -191,7 +191,7 @@ function getBranchStats($location)
191
}
192
193
194
-if(($pollType === 1) || ($pollType === null && isset($_POST['location']) && isset($_POST['name']) && isset($_POST['websiteBase'])) && $disablePostRequestWithPostData === "false")
+if($disablePostRequestWithPostData === "false" && ($pollType === 1 || ($pollType === null && isset($_POST['location']) && isset($_POST['name']) && isset($_POST['websiteBase']))))
195
{
196
//Poll Type 1
197
0 commit comments