From 24ec36408195e78f01275c81b464b3be88c9a6ff Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 3 Feb 2020 11:10:04 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/categories/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index 34d89fa05d3..c71be0cd919 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -200,7 +200,7 @@ foreach ($fulltree as $key => $val) { $counter = ""; } - + $data[] = array( 'rowid'=>$val['rowid'], 'fk_menu'=>$val['fk_parent'],