mirror of
https://github.com/itflow-org/itflow
synced 2026-04-18 10:35:39 +00:00
Categories: Fix Restore function and restore icon and color
This commit is contained in:
@@ -68,7 +68,7 @@ if (isset($_GET['restore_category'])) {
|
||||
|
||||
validateCSRFToken($_GET['csrf_token']);
|
||||
|
||||
$category_id = intval($_GET['retore_category']);
|
||||
$category_id = intval($_GET['restore_category']);
|
||||
|
||||
// Get Category Name and Type for logging
|
||||
$sql = mysqli_query($mysqli,"SELECT category_name, category_type FROM categories WHERE category_id = $category_id");
|
||||
|
||||
Reference in New Issue
Block a user