Added undefined variable fix for the booking page.

This commit is contained in:
Alex Tselegidis 2015-08-13 19:53:18 +02:00
parent 7ebe58d4f4
commit c68f0c08a0
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@
<?php <?php
// Group services by category, only if there is at least one service // Group services by category, only if there is at least one service
// with a parent category. // with a parent category.
$has_category = FALSE;
foreach($available_services as $service) { foreach($available_services as $service) {
if ($service['category_id'] != NULL) { if ($service['category_id'] != NULL) {
$has_category = TRUE; $has_category = TRUE;