Skip to content

Commit 2144295

Browse files
author
Blake Bertuccelli
committed
Prevent duplicate tags.
1 parent f8ed9eb commit 2144295

2 files changed

Lines changed: 66 additions & 66 deletions

File tree

integrations/wave/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function wave_alerts($response_body, $page_url){
178178
$alert['url'] = $page_url;
179179

180180
// Setup tags.
181-
$alert['tags'] = $wave_item['id'];
181+
$alert['tags'] = 'wave_'.$wave_item['id'];
182182

183183
// Setup message.
184184
if($wave_item['count'] > 1){

0 commit comments

Comments
 (0)