Completed
Push — next ( 426140...f334e4 )
by Thomas
15s
created
htdocs/ics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 error_reporting(E_ALL);
8 8
 ini_set('display_errors', 'on');
9 9
 
10
-$cacheId = (int) $_GET['cacheId'];
10
+$cacheId = (int)$_GET['cacheId'];
11 11
 
12 12
 require __DIR__ . '/lib2/web.inc.php';
13 13
 
Please login to merge, or discard this patch.