summaryrefslogtreecommitdiff
path: root/TWiki
diff options
context:
space:
mode:
Diffstat (limited to 'TWiki')
-rw-r--r--TWiki/TWikiPreferences.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn
index 028e0534..31b3a112 100644
--- a/TWiki/TWikiPreferences.mdwn
+++ b/TWiki/TWikiPreferences.mdwn
@@ -64,7 +64,7 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
* [[TWikiPlugins]] configuration: All plugin modules that exist in the `lib/TWiki/Plugins` directory are activated automatically unless disabled by DISABLEDPLUGINS. You can optionally list the installed plugins in INSTALLEDPLUGINS. This is useful to define the sequence of plugin execution, or to specify other webs then the %TWIKIWEB% web for the plugin topics. Specify plugins as a comma separated list of topics.
* Set INSTALLEDPLUGINS = [[TWiki/DefaultPlugin]]
- * Set DISABLEDPLUGINS = [[EmptyPlugin]]
+ * Set DISABLEDPLUGINS = [[EmptyPlugin]], [[SessionPlugin]]
* Currently activated plugins: %ACTIVATEDPLUGINS%
* **_Note:_** In case you have a rough plugin you can disable all plugins with the <code>**$disableAllPlugins**</code> flag in the `TWiki.cfg` file.