31
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2024-06-10 09:12:22 +00:00

Remove commented line, formatting

This commit is contained in:
Nikolai Plath 2011-10-13 11:44:25 -05:00
parent d7ccf07a06
commit 3babe57078

View File

@ -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;