31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-06 23:40:49 +00:00
This commit is contained in:
andrepereiradasilva 2016-04-05 11:03:23 +01:00 committed by Michael Babker
parent eb06be0458
commit 459f643957

View File

@ -347,7 +347,7 @@ class PullsModel extends \JModelDatabase
(int) $pull->number,
$this->getDb()->quote(\JHtml::_('string.truncate', $pull->title, 150)),
$this->getDb()->quote(\JHtml::_('string.truncate', $pull->body, 100)),
$this->getDb()->quote($pull->pull_request->url),
$this->getDb()->quote($pull->pull_request->html_url),
(int) $isRTC,
);