diff --git a/administrator/components/com_patchtester/PatchTester/Model/PullsModel.php b/administrator/components/com_patchtester/PatchTester/Model/PullsModel.php index dc9eb5e8f4c20..8bbec79e10c5b 100644 --- a/administrator/components/com_patchtester/PatchTester/Model/PullsModel.php +++ b/administrator/components/com_patchtester/PatchTester/Model/PullsModel.php @@ -348,7 +348,7 @@ public function requestFromGithub($page) // Build the data object to store in the database $pullData = array( $pull->number, - $this->getDb()->quote($pull->title), + $this->getDb()->quote(\JHtml::_('string.truncate', $pull->title, 150)), $this->getDb()->quote(\JHtml::_('string.truncate', $pull->body, 100)), $this->getDb()->quote($pull->html_url), $this->getDb()->quote($pull->head->sha)