Update cat_list.php

This commit is contained in:
~SH4DOW ROOT 2020-11-21 16:01:17 +05:30 committed by GitHub
parent af7e4028b0
commit 9c0d94358f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,7 +159,7 @@ if (isset($_GET['delete']) and is_numeric($_GET['delete']))
elseif (isset($_POST['submitAdd']))
{
$output_create = create_virtual_category(
$_POST['virtual_name'],
strip_tags($_POST['virtual_name']),
@$_GET['parent_id']
);