Skip to content

Commit

Permalink
Fix for PHP 7.3 - deprecated continue in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
leenooks committed May 14, 2019
1 parent 3c0ca27 commit 7b1f6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/QueryRender.php
Expand Up @@ -321,7 +321,7 @@ private function visitEnd() {
if (! $results) {
echo _('Search returned no results');

continue;
continue 2;
}

printf('<form action="cmd.php" method="post" id="massform_%s">',$counter);
Expand Down

0 comments on commit 7b1f6b5

Please sign in to comment.