Skip to content

Commit

Permalink
QA: Typo on #5555
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Nov 20, 2023
1 parent 3640201 commit 4f813d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/api_aggregate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1359,9 +1359,9 @@ function aggregate_handle_ptile_type($member_graphs, $skipped_items, $local_grap
foreach ($comments_hrules as $item) {
switch($item['graph_type_id']) {
case GRAPH_ITEM_TYPE_COMMENT:
if (!isset($special_comments[$item['text_format'] . | . $item['value']])) {
if (!isset($special_comments[$item['text_format'] . '|' . $item['value']])) {
if (preg_match('/(:bits:|:bytes:)/', $item['text_format'])) {
$special_comments[$item['text_format'] . | . $item['value']] = true;
$special_comments[$item['text_format'] . '|' . $item['value']] = true;

$parts = explode('|', $item['text_format']);

Expand Down

0 comments on commit 4f813d2

Please sign in to comment.