Merge branch 'ent-11549-algunos-widget-dejan-de-funcionar-en-la-version-open-community' into 'develop'
Ent 11549 algunos widget dejan de funcionar en la version open community See merge request artica/pandorafms!6105
This commit is contained in:
commit
6f89b45ce3
|
@ -143,6 +143,9 @@ class BlockHistogram extends Widget
|
|||
$widgetId
|
||||
);
|
||||
|
||||
// Include.
|
||||
include_once $config['homedir'].'/include/functions_reporting.php';
|
||||
|
||||
// Width.
|
||||
$this->width = $width;
|
||||
|
||||
|
|
|
@ -170,6 +170,9 @@ class GroupedMeterGraphs extends Widget
|
|||
$widgetId
|
||||
);
|
||||
|
||||
// Include.
|
||||
include_once $config['homedir'].'/include/functions_reporting.php';
|
||||
|
||||
// Width.
|
||||
$this->width = $width;
|
||||
|
||||
|
|
|
@ -133,6 +133,7 @@ class OsQuickReportWidget extends Widget
|
|||
// Includes.
|
||||
enterprise_include_once('/include/functions_services.php');
|
||||
enterprise_include_once('/include/functions_servicemap.php');
|
||||
include_once $config['homedir'].'/include/functions_os.php';
|
||||
|
||||
// WARNING: Do not edit. This chunk must be in the constructor.
|
||||
parent::__construct(
|
||||
|
|
Loading…
Reference in New Issue