Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/staging' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
LivioCavallo committed Aug 27, 2017
2 parents 49444b4 + 4eb24ef commit 043f017
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -424,7 +424,7 @@ protected function tokenizeToDb($input, $context, $lang, $format)
$string = substr($buffer, 0, $ls);

// Adjust the buffer based on the last space for the next iteration and trim.
$buffer = JString::trim(substr($buffer, $ls));
$buffer = StringHelper::trim(substr($buffer, $ls));
}
// No space character was found.
else
Expand Down

0 comments on commit 043f017

Please sign in to comment.