33
0
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:
Roland Dalmulder 2020-03-20 21:05:22 +01:00
parent 89c7d3f45f
commit e53009ba25
No known key found for this signature in database
GPG Key ID: FD49814C56AE3AF9

View File

@ -398,7 +398,7 @@ class PullsModel extends AbstractModel
$this->getDb()->quote($branch),
);
$data[] = implode($pullData, ',');
$data[] = implode(',', $pullData);
}
}