diff --git a/module/chart/model.php b/module/chart/model.php index b193129840..9a6379f845 100644 --- a/module/chart/model.php +++ b/module/chart/model.php @@ -570,6 +570,8 @@ class chartModel extends model */ public static function isClickable($chart, $action) { + global $config; + if($chart->builtin and in_array($chart->id, $config->screen->builtinChart)) return false; return true; }