notags calls

implement removeTags function
This commit is contained in:
Adam Magness 2018-11-08 10:14:37 -05:00
parent 991f259ecb
commit a0f65ca7a1
51 changed files with 274 additions and 232 deletions

View file

@ -1674,7 +1674,7 @@ class Probe
}
}
$data["name"] = notags($data["name"]);
$data["name"] = Strings::removeTags($data["name"]);
}
}
}