Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 20d954b

Browse files
committed
Merge pull request #378 from jschmahl/patch-1
Typo mistake
2 parents 35b82f8 + 2961081 commit 20d954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/make-homepage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ the page action::
319319
$homepage = $site->getHomepage();
320320

321321
if (!$homepage) {
322-
throw $this>createNotFoundException('No homepage configured');
322+
throw $this->createNotFoundException('No homepage configured');
323323
}
324324

325325
return $this->forward('AcmeBasicCmsBundle:Default:page', array(

0 commit comments

Comments
 (0)