Commit a552cf1e authored by Romain Courteaud's avatar Romain Courteaud

Typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42356 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 75a6f551
......@@ -61,7 +61,7 @@ else:\n
desired_index = current_web_section.getIntIndex() + 1\n
\n
\n
for section in main_section.contentValues(check_permission="View"):\n
for section in main_section.contentValues(checked_permission="View"):\n
if section.getIntIndex() == desired_index :\n
next_web_section = section\n
break\n
......
229
\ No newline at end of file
236
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment