Fix the last triggers.

This commit is contained in:
James Cole
2016-01-13 14:51:49 +01:00
parent 1270e5d15c
commit 3dbb1f034d
2 changed files with 61 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ class DescriptionEnds implements TriggerInterface
$search = strtolower($this->trigger->trigger_value);
$searchLength = strlen($search);
// if the string to search for is longer than the account name,
// if the string to search for is longer than the description,
// shorten the search string.
if ($searchLength > $descriptionLength) {
Log::debug('Search string "' . $search . '" (' . $searchLength . ') is longer than "' . $description . '" (' . $descriptionLength . '). ');