Skip to content

Commit 263a893

Browse files
Fix null scenario
1 parent 4c6f326 commit 263a893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statistics/php/charts.class.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ class Charts extends \NDB_Page
858858
JOIN cached_data_type USING (CachedDataTypeID)
859859
WHERE Name='projects_disk_space'",
860860
[]
861-
)
861+
) ?? ''
862862
),
863863
true
864864
);

0 commit comments

Comments
 (0)