renamed variables to

This commit is contained in:
Nedim Uka
2018-09-27 16:02:49 +02:00
parent 93d03a96ee
commit 6f6fb1115a
3 changed files with 9 additions and 9 deletions

View File

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