From 7aca9d34ec39566b0795b55c9a180e2b77a260d2 Mon Sep 17 00:00:00 2001 From: Brook Gagnon Date: Sun, 30 Jun 2024 18:19:10 +0000 Subject: [PATCH] fix warning related to updates file continue within switch --- updates/20240321.php | 1 - 1 file changed, 1 deletion(-) diff --git a/updates/20240321.php b/updates/20240321.php index 39b85824..3127f317 100644 --- a/updates/20240321.php +++ b/updates/20240321.php @@ -36,7 +36,6 @@ public function run() break; case 'tags': // Tags are stored in media_tags table. - continue; break; case 'hidden': $colType = 'LONGTEXT';