I got this error after installing Ja ores in homepage.
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in C:\xampp\htdocs\inastri\plugins\system\jat3\jat3\core\menu\base.class.php on line 178
I proceeded to update the Jat3 plugin to version 3.0.7 I changed line 178 of the base.class.php file to continue 2 and also to break, but the problem persists.
$v->flink = $v->link;
switch ($v->type) {
case 'separator':
// No further action needed.
continue 2;
Some advice?
Thank you