codefog / contao-events_subscriptions

Contao extension that allows members of your website to subscribe to the events
MIT License
10 stars 5 forks source link

Bug? in tl_calendar_events_subscription.php regarding deleteConfirm #102

Closed Aybee closed 1 year ago

Aybee commented 1 year ago

https://github.com/codefog/contao-events_subscriptions/blob/5cadb72527f0ef846bdde352a79d583398baa700/dca/tl_calendar_events_subscription.php#L86

(\''.$GLOBALS[
('\'.$GLOBALS[
qzminski commented 1 year ago

Why do you think it's a bug?

Aybee commented 1 year ago

Trying to solve this https://github.com/contao/contao/issues/5846

While doing a migrate on the console I get this warning

[xxx:~/xxx/vendor/bin] 255 $ php contao-console contao:migrate -v
PHP Warning:  Undefined array key "deleteConfirm" in /xxx/vendor/codefog/contao-events_subscriptions/dca/tl_calendar_events_subscription.php on line 86
qzminski commented 1 year ago

I have just released 2.16.4, that should fix your problem.

Kahmoon commented 1 year ago

https://github.com/codefog/contao-events_subscriptions/issues/91

This Bug also fixed in 2.16.4?

qzminski commented 1 year ago

No, I haven't found time to fix it yet.

Aybee commented 1 year ago

Maybe it's no bug, don't know.