Fixed template validation bug

This commit is contained in:
Nedim Uka
2018-10-04 10:51:18 +02:00
parent b028fb3f04
commit 7ceac97fed
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ class Wiaas_Template_Admin_Ajax {
check_ajax_referer('wc_bundles_add_bundled_product', 'security');
$loop = intval($_POST['id']);
$emplate_category_id = intval($_POST['template_category_id']);
$template_category_id = intval($_POST['template_category_id']);
$title = $_POST['title'];
$options = $_POST['options'];