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

Commit c4d2440

Browse files
committed
Merge pull request #611 from vadim2404/simple_cms_fix
Array key fix
2 parents 635601a + 6466714 commit c4d2440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/simple_cms/multilang.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For example::
1818
// ...
1919

2020
// pass add_locale_pattern as true to prefix the route pattern with /{_locale}
21-
$page = new Page(array(add_locale_pattern => true));
21+
$page = new Page(array('add_locale_pattern' => true));
2222

2323
$page->setPosition($parent, 'hello-world');
2424
$page->setTitle('Hello World!');

0 commit comments

Comments
 (0)