Skip to content
Snippets Groups Projects
Unverified Commit 5b04fadc authored by Erick Hitter's avatar Erick Hitter Committed by GitHub
Browse files

Merge pull request #4 from rebeccahum/rebecca/fix_php7.3_warning

Fix PHP 7.3 continue switch warning
parents a3d5a5bc 83fa9401
No related branches found
No related tags found
No related merge requests found
...@@ -620,7 +620,6 @@ class view_all_posts_pages { ...@@ -620,7 +620,6 @@ class view_all_posts_pages {
break; break;
default: default:
continue;
break; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment