Include template when copying scene to new viewpoint

This commit is contained in:
Austen McDonald
2016-08-01 06:56:03 +00:00
parent 3c3f5c970c
commit dd9775bfd7
+1
View File
@@ -60,6 +60,7 @@ class CharacterViewpoint implements CreateableInterface
{
$this->setTitle($scene->getTitle());
$this->setDescription($scene->getDescription());
$this->setTemplate($scene->getTemplate());
}
/**