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

Commit 6466714

Browse files
author
Vadim Kharitonov
committed
Array key fix
1 parent 635601a commit 6466714

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)