More dumbass fixes.
This commit is contained in:
parent
fef958b10b
commit
ddadb1d068
1 changed files with 2 additions and 2 deletions
|
@ -134,10 +134,10 @@ foreach($data->commits as $commit) {
|
|||
$changeId = $changeCreate->executeGetId();
|
||||
|
||||
if(!empty($tags) && !empty($changeId)) {
|
||||
$changeTag->bindValue('change_id', $changeId);
|
||||
$changeTag->bind('change_id', $changeId);
|
||||
|
||||
foreach($tags as $tag) {
|
||||
$changeTag->bindValue('tag_id', $tag);
|
||||
$changeTag->bind('tag_id', $tag);
|
||||
$changeTag->execute();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue