Completed
Push — development ( f8f804...0269cd )
by Thomas
12:13 queued 07:24
created
htdocs/ics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 use Eluceo\iCal\Component\Event;
5 5
 use Oc\GeoCache\Persistence\GeoCache\GeoCacheRepository;
6 6
 
7
-$cacheId = (int) $_GET['cacheId'];
7
+$cacheId = (int)$_GET['cacheId'];
8 8
 
9 9
 require __DIR__ . '/lib2/web.inc.php';
10 10
 
Please login to merge, or discard this patch.