diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-11-06 14:40:48 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-11-06 14:40:48 +0100 |
commit | ba77f8ae39bdbf456159cb48f75aea7127f9cbcd (patch) | |
tree | 0f80525e76843330e8f2c3fae44e1934e950bec0 /user_guide_src/source/helpers | |
parent | 303eef056b7317a1e4f06feb26fdb452a59c3a51 (diff) |
Fix issue #1978
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/directory_helper.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/user_guide_src/source/helpers/directory_helper.rst b/user_guide_src/source/helpers/directory_helper.rst index cf88732d3..a785ebc8c 100644 --- a/user_guide_src/source/helpers/directory_helper.rst +++ b/user_guide_src/source/helpers/directory_helper.rst @@ -57,7 +57,7 @@ be numerically indexed. Here is an example of a typical array:: ( [0] => benchmark.html [1] => config.html - [database] => Array + ["database/"] => Array ( [0] => query_builder.html [1] => binds.html @@ -76,5 +76,4 @@ be numerically indexed. Here is an example of a typical array:: [7] => loader.html [8] => pagination.html [9] => uri.html - ) - + )
\ No newline at end of file |