From 2965dda81501168b91c72c786690a9ceecbe752e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Jun 2020 01:02:48 +0200 Subject: [PATCH] Typo --- htdocs/website/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/website/index.php b/htdocs/website/index.php index 94517559a19..38d8ddb6b00 100644 --- a/htdocs/website/index.php +++ b/htdocs/website/index.php @@ -382,7 +382,7 @@ if ($massaction == 'replace' && GETPOST('confirmmassaction', 'alpha') && !$searc $massaction = ''; } -// Set categoery +// Set category if ($massaction == 'setcategory' && GETPOST('confirmmassaction', 'alpha') && $usercanedit) { $error = 0;