mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2025-01-24 07:38:26 +00:00
Correct implode argument order
This commit is contained in:
parent
70992f1e1a
commit
1455d3fe21
@ -398,7 +398,7 @@ class PullsModel extends AbstractModel
|
|||||||
$this->getDb()->quote($branch),
|
$this->getDb()->quote($branch),
|
||||||
);
|
);
|
||||||
|
|
||||||
$data[] = implode($pullData, ',');
|
$data[] = implode(',', $pullData);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user