Skip to content

Commit

Permalink
use correct template name
Browse files Browse the repository at this point in the history
Refs: #12783
  • Loading branch information
saeideng committed Dec 8, 2018
1 parent 41e9b48 commit 8c8ed0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Cell.php
Expand Up @@ -198,6 +198,7 @@ public function render($template = null)
if (!$builder->getTemplatePath()) {
$builder->setTemplatePath('Cell' . DIRECTORY_SEPARATOR . str_replace('\\', DIRECTORY_SEPARATOR, $name));
}
$template = $builder->getTemplate();

$this->View = $this->createView();
try {
Expand Down

0 comments on commit 8c8ed0f

Please sign in to comment.