mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-31 22:11:58 +00:00
Remove commented line, formatting
This commit is contained in:
parent
d7ccf07a06
commit
3babe57078
@ -24,19 +24,15 @@ class PatchtesterModelPull extends JModel
|
||||
*/
|
||||
protected function populateState()
|
||||
{
|
||||
// Initialise variables.
|
||||
// $app = JFactory::getApplication('administrator');
|
||||
|
||||
// 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'));
|
||||
|
||||
// parent::populateState();
|
||||
parent::populateState();
|
||||
}
|
||||
|
||||
|
||||
protected function parsePatch($patch)
|
||||
{
|
||||
$state = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user