Skip to content

Commit fb6e298

Browse files
committed
PHP bug fix
1 parent d5e0b9a commit fb6e298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/Visualizations.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public static function getVisualizationClients($vis_id)
320320
$db->bind("vis_id", $vis_id);
321321
$db->execute();
322322

323-
return $db->fetch(PDO::FETCH_COLUMN);
323+
return $db->fetchAll(PDO::FETCH_COLUMN);
324324
}
325325

326326

0 commit comments

Comments
 (0)