Skip to content

Commit 5fb3a88

Browse files
committed
Fix missing specifier
1 parent 695e63a commit 5fb3a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/AdminCommands/CleanupCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private function getQueries($settings)
306306
SELECT id
307307
FROM (
308308
SELECT id
309-
FROM `message`
309+
FROM `%1$s`
310310
WHERE `date` < \'%2$s\'
311311
AND `id` NOT IN (
312312
SELECT `message_id`

0 commit comments

Comments
 (0)