Skip to content

Commit 396e94c

Browse files
committed
style: minor fix
1 parent 8a78b61 commit 396e94c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lbplanner/classes/helpers/slot_helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function get_vintage_slots(string $vintage): array {
117117
global $DB;
118118
$slots = $DB->get_records_sql(
119119
'SELECT slot.* FROM {' . self::TABLE_SLOTS . '} as slot ' .
120-
'INNER JOIN {'. self::TABLE_SLOT_FILTERS . '} as filter ON slot.id=filter.slotid ' .
120+
'INNER JOIN {' . self::TABLE_SLOT_FILTERS . '} as filter ON slot.id=filter.slotid ' .
121121
'WHERE filter.vintage=? OR filter.vintage=NULL',
122122
[$vintage]
123123
);

0 commit comments

Comments
 (0)