summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-18 12:51:25 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-18 12:51:25 +0200
commitb28801bc7f36b024f1051c1e7afd9be8a4c5171e (patch)
tree6b2f06c403e938d27de2ac1e1647bba2d0ae1c5e /lib
parent8d4151ded3d683f2ef8524b9bb48460a767e334f (diff)
downloadrpg-b28801bc7f36b024f1051c1e7afd9be8a4c5171e.tar.gz
rpg-b28801bc7f36b024f1051c1e7afd9be8a4c5171e.tar.bz2
added plugin to list of bundled extensions
Diffstat (limited to 'lib')
-rw-r--r--lib/plugins/extension/helper/extension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/extension/helper/extension.php b/lib/plugins/extension/helper/extension.php
index 719249fbe..c23840805 100644
--- a/lib/plugins/extension/helper/extension.php
+++ b/lib/plugins/extension/helper/extension.php
@@ -108,7 +108,7 @@ class helper_plugin_extension_extension extends DokuWiki_Plugin {
return in_array($this->id,
array(
'authad', 'authldap', 'authmysql', 'authpgsql', 'authplain', 'acl', 'info', 'extension',
- 'revert', 'popularity', 'config', 'safefnrecode', 'testing', 'template:dokuwiki'
+ 'revert', 'popularity', 'config', 'safefnrecode', 'styling', 'testing', 'template:dokuwiki'
)
);
}