From 2935c25eed13169db03c23609c3a81366a8a49e6 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 21 Mar 2016 16:06:26 +0000 Subject: [PATCH] Add missing use egw_framework --- api/src/Etemplate/Widget/Gantt.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/src/Etemplate/Widget/Gantt.php b/api/src/Etemplate/Widget/Gantt.php index eba42c5e44..352b96faf6 100644 --- a/api/src/Etemplate/Widget/Gantt.php +++ b/api/src/Etemplate/Widget/Gantt.php @@ -13,6 +13,8 @@ namespace EGroupware\Api\Etemplate\Widget; +use egw_framework; + egw_framework::includeCSS('/phpgwapi/js/dhtmlxGantt/codebase/dhtmlxgantt.css'); /**