We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2d383 commit 1c7eaa2Copy full SHA for 1c7eaa2
functions/ical_parser.php
@@ -102,7 +102,7 @@
102
* because the current parser will read it twice:
103
* - Once to get the timezone information
104
* - And again to collect the remaining data
105
- * See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140&#p14451
+ * See: http://phpicalendar.net/forums/viewtopic.php?f=45&t=4140#p14451
106
*/
107
$filename = tempnam(sys_get_temp_dir(), 'ICS');
108
if (copy($cal_httpPrefix, $filename) === FALSE) {
0 commit comments