From 28da02433a4fc6b5eefc9a824122cbbcfe39a720 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 21 Mar 2017 11:52:12 -0400 Subject: [PATCH] uses view file for bibco different view file. --- models/front/apis/bibcoCalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/front/apis/bibcoCalendar.php b/models/front/apis/bibcoCalendar.php index 98a1752..0b3641f 100644 --- a/models/front/apis/bibcoCalendar.php +++ b/models/front/apis/bibcoCalendar.php @@ -51,7 +51,7 @@ class GlmMembersFront_apis_bibcoCalendar { //echo '
$_REQUEST: ' . print_r( $_REQUEST, true ) . '
'; //echo '
$actionData: ' . print_r( $actionData, true ) . '
'; - $view = 'schedule'; + $view = 'bibcoCalendar'; $settings = array(); $content = ''; $mainSchedId = false; -- 2.17.1