diff --git a/module/kanban/model.php b/module/kanban/model.php index bd57d54b3e..6fd2ffb6c2 100644 --- a/module/kanban/model.php +++ b/module/kanban/model.php @@ -2830,8 +2830,8 @@ class kanbanModel extends model */ public function setHeaderActions($kanban) { - $blackButton = ''; - if($this->app->cookie->theme == 'blue') $blackButton = 'style="color:#000000"'; + $btnColor = ''; + if($this->app->cookie->theme == 'blue') $btnColor = 'style="color:#000000"'; $printSetHeightBtn = false; if(common::hasPriv('kanban', 'setLaneHeight')) @@ -2848,13 +2848,13 @@ class kanbanModel extends model $actions = ''; $actions .= "