Commit 85b68188 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Typo

parent c61d43af
......@@ -58,7 +58,7 @@ if preference is None:\n
preference = preference_tool.newContent(id="access_tab_test_preference",\\\n
portal_type="Preference")\n
\n
if preference.getPreferenceState() != "enable":\n
if preference.getPreferenceState() != "enabled":\n
preference.enable()\n
\n
return \'Set Preference Successfully.\'\n
......
696
\ No newline at end of file
697
\ 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