Skip to content

Commit f381d24

Browse files
committed
Fix CS
1 parent afd75f6 commit f381d24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/Archive.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,16 +301,16 @@ public static function shouldSkipArchiveIfSkippingSegmentArchiveForToday(Site $s
301301
}
302302

303303
// was a usable archive created today already?
304-
$sql = sprintf('
305-
SELECT ts_archived
304+
$sql = sprintf(
305+
'SELECT ts_archived
306306
FROM %s
307307
WHERE
308308
name = ? AND
309309
idsite = ? AND
310310
period = ? AND
311311
date1 = ? AND
312312
date2 = ?
313-
',
313+
',
314314
ArchiveTableCreator::getNumericTable($period->getDateStart())
315315
);
316316
$bind = [

0 commit comments

Comments
 (0)