Skip to content

Commit

Permalink
Add missing new.
Browse files Browse the repository at this point in the history
Fixes #3870
  • Loading branch information
markstory committed Jul 2, 2014
1 parent d1bde6b commit 99d8d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Form/EntityContext.php
Expand Up @@ -271,7 +271,7 @@ protected function _getEntity($path) {
}
$entity = $next;
}
throw \RuntimeException(sprintf(
throw new \RuntimeException(sprintf(
'Unable to fetch property "%s"',
implode(".", $path)
));
Expand Down

0 comments on commit 99d8d42

Please sign in to comment.