summaryrefslogtreecommitdiff
path: root/lib/default.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-03-17 08:55:16 -0700
committerBrion Vibber <brion@pobox.com>2010-03-17 08:55:16 -0700
commitb9fc4c24b44ba8a83448f3ea8e0698c689d74d19 (patch)
tree69e68638340693f5dbe0e8a05d1dd8328193b90e /lib/default.php
parent88f66131a1b11de81d1aece68683ef3396ccf98b (diff)
Pulling the stub plugin panel back out; we'll flesh it out more for 1.0.x and see if we can make it easier to disable through the config file for now.
Revert "Stub plugins administration panel, allows for disabling/re-enabling plugins from the default plugins list." This reverts commit d9a9fd3779c592e3f4e0a8aea8e385ee2183c0b3.
Diffstat (limited to 'lib/default.php')
-rw-r--r--lib/default.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/default.php b/lib/default.php
index eb0cb0b64..10f3f1a97 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -285,9 +285,8 @@ $default =
'RSSCloud' => null,
'OpenID' => null),
),
- 'pluginlist' => array(),
'admin' =>
- array('panels' => array('design', 'site', 'user', 'paths', 'access', 'sessions', 'sitenotice', 'plugins')),
+ array('panels' => array('design', 'site', 'user', 'paths', 'access', 'sessions', 'sitenotice')),
'singleuser' =>
array('enabled' => false,
'nickname' => null),