Enable bus reservations.

This commit is contained in:
Markus Birth 2016-09-10 19:03:29 +02:00
parent 855ede9655
commit a756549343

View File

@ -97,7 +97,7 @@ if (!$tpl_done && $sm->hasSessionToken()) {
}
break;
default:
if (in_array($action, array('event', 'flight', 'hotel', 'restaurant', 'rentalcar', 'train'))) {
if (in_array($action, array('event', 'flight', 'hotel', 'restaurant', 'rentalcar', 'train', 'bus'))) {
$ho->setTemplate($action . '_html');
$tpl_done = true;
$skey = 'form_' . $action;