mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix Category page from breaking when no categories are present
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user