diff options
Diffstat (limited to 'app/controllers/room_management/planning.php')
| -rw-r--r-- | app/controllers/room_management/planning.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/room_management/planning.php b/app/controllers/room_management/planning.php index 1484bbb..3da7904 100644 --- a/app/controllers/room_management/planning.php +++ b/app/controllers/room_management/planning.php @@ -1371,7 +1371,7 @@ class RoomManagement_PlanningController extends AuthenticatedController $export = Request::get('export'); if ($export == 'html') { //Load the export template: - $factory = new Flexi_TemplateFactory( + $factory = new Flexi\Factory( $GLOBALS['STUDIP_BASE_PATH'] . '/app/views/room_management/planning/' ); |
