u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
450 stars 144 forks source link

Wrong variable name $lastmodified #297

Closed QuerCoder closed 2 years ago

QuerCoder commented 2 years ago

Description of the Issue:

The $lastmodified variable is always empty. Because LAST-MODIFIED is stored in the $last_modified variable. Make a change to the variable name.

u01jmg3 commented 2 years ago

Can you submit a PR with a fix?