mirror of https://github.com/itflow-org/itflow
Fix Category page from breaking when no categories are present
This commit is contained in:
parent
a1b7cf85f7
commit
b1a8ba0545
|
|
@ -27,6 +27,8 @@ $sql = mysqli_query(
|
|||
|
||||
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
|
||||
$colors_used_array = [];
|
||||
|
||||
//Colors Used
|
||||
$sql_colors_used = mysqli_query(
|
||||
$mysqli,
|
||||
|
|
|
|||
Loading…
Reference in New Issue