mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
related to #1802 removed useless line
This commit is contained in:
@@ -648,7 +648,6 @@ function ws_categories_add($params, &$service)
|
|||||||
$options['comment'] = strip_tags($params['comment']);
|
$options['comment'] = strip_tags($params['comment']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$params['name'] = $params['name'];
|
|
||||||
$creation_output = create_virtual_category(
|
$creation_output = create_virtual_category(
|
||||||
strip_tags($params['name']), // TODO do not strip tags if pwg_token is provided (and valid)
|
strip_tags($params['name']), // TODO do not strip tags if pwg_token is provided (and valid)
|
||||||
$params['parent'],
|
$params['parent'],
|
||||||
|
|||||||
Reference in New Issue
Block a user