MyBB Community Forums

Full Version: is this a known error ? "continue" targeting switch is equivalent to "break"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/xx/xx/forum/inc/tasks/delayedmoderation.php on line 178
PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/xx/xx/forum/inc/tasks/delayedmoderation.php on line 172
PHP Warning:  "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/xx/xx/forum/inc/tasks/delayedmoderation.php on line 112

I am using PHP 7.3

I have installed the forum yesterday it is in closed/offline mode and there are only few test thread. So, I cannot figure what triggered this warning.
Yes, this will be fixed in 1.8.22: https://github.com/mybb/mybb/issues/3665