mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-22 10:58:58 +00:00
Fix missing default values
This commit is contained in:
parent
59a6d76c82
commit
2765063ec8
@ -27,8 +27,8 @@ class PatchtesterModelPull extends JModel
|
||||
// Load the parameters.
|
||||
$params = JComponentHelper::getParams('com_patchtester');
|
||||
$this->setState('params', $params);
|
||||
$this->setState('github_user', $params->get('org'));
|
||||
$this->setState('github_repo', $params->get('repo'));
|
||||
$this->setState('github_user', $params->get('org', 'joomla'));
|
||||
$this->setState('github_repo', $params->get('repo', 'joomla-cms'));
|
||||
|
||||
parent::populateState();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user