Skip to content

Commit a42c9df

Browse files
committed
TBF
1 parent 671c73a commit a42c9df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/MC/Google/Visualization.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,6 +1007,7 @@ protected function generateSQL(array &$meta): string
10071007
$stmt = $this->db->query($pivotSql);
10081008
assert(false !== $stmt);
10091009
$rows = $stmt->fetchAll(PDO::FETCH_ASSOC);
1010+
assert(false !== $rows);
10101011
foreach ($rows as $row) {
10111012
// Create a version of all function-ed fields for each unique combination of pivot values
10121013
foreach ($funcFields as $field) {

0 commit comments

Comments
 (0)