Completed
Branch newinternal (1fa324)
by Simon
03:50
created
includes/Fragments/RequestData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@
 block discarded – undo
321 321
 				$showLinks = (!$trust || $proxyAddress == $origin) && !$proxyIsInPrivateRange;
322 322
 				$requestProxyData[$proxyIndex]['showlinks'] = $showLinks;
323 323
 
324
-				$proxyIndex++;
324
+				$proxyIndex ++;
325 325
 			}
326 326
 
327 327
 			$this->assign("requestProxyData", $requestProxyData);
Please login to merge, or discard this patch.