Skip to content

Commit

Permalink
Merge branch '4.0-dev' into untranslated-String
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 committed Mar 14, 2019
2 parents 4b624f8 + 74631f8 commit 1973699
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/sampledata/blog/blog.php
Expand Up @@ -274,6 +274,9 @@ public function onAjaxSampledataApplyStep1()
$article['access'] = $access;
}

// Publish
$article['transition'] = 2;

if (!$articleModel->save($article))
{
Factory::getLanguage()->load('com_content');
Expand Down

0 comments on commit 1973699

Please sign in to comment.