mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-10 17:24:39 +00:00
Solves #142
This commit is contained in:
parent
eb06be0458
commit
459f643957
@ -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,
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user