Fixed installer multiple addToWall

This commit is contained in:
Lucas Bartholemy 2014-03-24 00:04:58 +01:00
parent 64f82f7a62
commit 16b54becb5

View File

@ -232,7 +232,6 @@ class ConfigController extends Controller {
$post->content->container = $space;
$post->content->visibility = Content::VISIBILITY_PUBLIC;
$post->save();
$post->content->addToWall();
$this->redirect($this->createUrl('finished'));
}