mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-02-11 07:58:25 +00:00
Set correct argument order #252
This commit is contained in:
parent
89c7d3f45f
commit
e53009ba25
@ -398,7 +398,7 @@ class PullsModel extends AbstractModel
|
||||
$this->getDb()->quote($branch),
|
||||
);
|
||||
|
||||
$data[] = implode($pullData, ',');
|
||||
$data[] = implode(',', $pullData);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user