Skip to content

Commit

Permalink
Possible misprint
Browse files Browse the repository at this point in the history
I think $ids array stores articles ids, because $articleModel->getItem()->id. Maybe copy-paste from line 159/line 206?
Also, this possible misprint can be found in  4.0 branch.
  • Loading branch information
AndNovAtor committed Feb 15, 2018
1 parent 5bf0e5d commit c7bab87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/sampledata/blog/blog.php
Expand Up @@ -282,7 +282,7 @@ public function onAjaxSampledataApplyStep1()
return $response;
}

// Get ID from category we just added
// Get ID from article we just added
$ids[] = $articleModel->getItem()->id;
}

Expand Down

0 comments on commit c7bab87

Please sign in to comment.