aboutsummaryrefslogtreecommitdiff
path: root/lib/calendar/CalendarView.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/calendar/CalendarView.class.php')
-rw-r--r--lib/calendar/CalendarView.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/calendar/CalendarView.class.php b/lib/calendar/CalendarView.class.php
index fc69127..3d89ef1 100644
--- a/lib/calendar/CalendarView.class.php
+++ b/lib/calendar/CalendarView.class.php
@@ -214,7 +214,7 @@ class CalendarView
'whole_height' => $this->getOverallHeight(),
'entry_height' => $this->getHeight()
];
- $factory = new Flexi_TemplateFactory(dirname(__file__).'/../../app/views');
+ $factory = new Flexi\Factory(dirname(__file__).'/../../app/views');
PageLayout::addStyle($factory->render('calendar/schedule/stylesheet', $style_parameters));
$template = $GLOBALS['template_factory']->open("calendar/calendar_view.php");