@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | '_TODO', |
68 | 68 | 'CHAN', |
69 | 69 | ]; |
70 | - protected const BHEIGHT = 30; |
|
70 | + protected const BHEIGHT = 30; |
|
71 | 71 | |
72 | 72 | // Box height |
73 | 73 | |
@@ -152,7 +152,7 @@ discard block |
||
152 | 152 | |
153 | 153 | $params = (array) $request->getParsedBody(); |
154 | 154 | |
155 | - $add = $params['add'] ?? ''; |
|
155 | + $add = $params['add'] ?? ''; |
|
156 | 156 | |
157 | 157 | Auth::checkComponentAccess($this, 'chart', $tree, $user); |
158 | 158 |