Merge remote-tracking branch 'origin/0.6'

This commit is contained in:
Ingo Schommer 2013-04-29 10:02:26 +02:00
commit 83d36645f2

View File

@ -310,8 +310,7 @@ class BlogHolder_Controller extends BlogTree_Controller {
$blogentry->Locale = $this->Locale;
}
$blogentry->Status = "Published";
$blogentry->writeToStage("Live");
$blogentry->writeToStage("Stage");
$blogentry->publish("Stage", "Live");
$this->redirect($this->Link());