Skip to content

Commit 1c7eaa2

Browse files
author
Jason Oster
committed
Fix URL in comment
1 parent 6d2d383 commit 1c7eaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/ical_parser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
* because the current parser will read it twice:
103103
* - Once to get the timezone information
104104
* - And again to collect the remaining data
105-
* See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140&#p14451
105+
* See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140#p14451
106106
*/
107107
$filename = tempnam(sys_get_temp_dir(), 'ICS');
108108
if (copy($cal_httpPrefix, $filename) === FALSE) {

0 commit comments

Comments
 (0)