From c102b6a5ad7e84c084d2022dc98c858634c3c8f6 Mon Sep 17 00:00:00 2001 From: Nedim Uka Date: Thu, 4 Oct 2018 13:14:49 +0200 Subject: [PATCH] Fixed template selection bug --- .../admin/template/class-wiaas-admin-template-selection.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php b/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php index f137739..2fca714 100644 --- a/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php +++ b/backend/app/plugins/wiaas/includes/admin/template/class-wiaas-admin-template-selection.php @@ -57,7 +57,7 @@ class Wiaas_Admin_Template_Selection { $template_products_data = self::show_template_products($value); self::render_template_products($template_products_data['hardware']); - self::render_template_products($template_products_data['service']); + self::render_template_products($template_products_data['services']); self::render_template_products($template_products_data['installation']); self::render_template_products($template_products_data['software']); ?> $template_products_hardware, - 'service' => $template_products_service, + 'services' => $template_products_services, 'installation' => $template_products_installation, 'software' => $template_products_software );