aaronpk / iMessage-Export

Archive your iMessage history to HTML, CSV or SQL
205 stars 29 forks source link

mkdir doesn't work with High Sierra #7

Open jma7889 opened 6 years ago

jma7889 commented 6 years ago

need to change line 18 of archive.php to

    mkdir(dirname($fn),0777,true);