summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-09-21 12:42:36 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-09-21 12:42:36 +0200
commit8f72bdcc104965359fd87b35064a2e60e15a756b (patch)
tree45797a6285862e69243f9dcd1d8e8dff53e8ae95
parent4cfde87eb65a28d03e3f02be634a96aedd79dae2 (diff)
parent65bdaf5e2636cb7aa8780826529020ab0bfe9252 (diff)
Merge pull request #1819 from appleboy/document
Fixed pagination document error.
-rw-r--r--user_guide_src/source/libraries/pagination.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/pagination.rst b/user_guide_src/source/libraries/pagination.rst
index 7d750bd23..00554c1c7 100644
--- a/user_guide_src/source/libraries/pagination.rst
+++ b/user_guide_src/source/libraries/pagination.rst
@@ -80,7 +80,7 @@ The number of "digit" links you would like before and after the selected
page number. For example, the number 2 will place two digits on either
side, as in the example links at the very top of this page.
-$config['use_page_number'] = TRUE;
+$config['use_page_numbers'] = TRUE;
==================================
By default, the URI segment will use the starting index for the items