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

Commit 2961081

Browse files
author
jschmahl
committed
Typo mistake
typo mistake in line 18 of the last code block "throw $this>createNotFoundException" changed to "throw $this->createNotFoundException"
1 parent 35b82f8 commit 2961081

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)