Fix Instagram import. Closes #5411

pull/5416/head
Daniel Supernault 2 months ago
parent 99b15b73f6
commit fd434aec74
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -14,7 +14,7 @@ class ImportService
if($userId > 999999) {
return;
}
if($year < 9 || $year > 23) {
if($year < 9 || $year > (int) now()->addYear()->format('y')) {
return;
}
if($month < 1 || $month > 12) {

Loading…
Cancel
Save