mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
Update cat_list.php
This commit is contained in:
parent
af7e4028b0
commit
9c0d94358f
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue