diff options
author | Brion Vibber <brion@pobox.com> | 2010-01-28 22:29:26 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-01-28 22:29:26 -0800 |
commit | 990b0f7995962cc99c573a3d33109c337b36ec10 (patch) | |
tree | 2bcb1a1361d8b7cba78215c3c5fa03e6c6c82ac8 /lib/default.php | |
parent | ccb678ad15ee57302c751ea995264415c64ad298 (diff) | |
parent | fa9ae594454793b20c22959750043d19224c9ff4 (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.php b/lib/default.php index c01508695..1337a9633 100644 --- a/lib/default.php +++ b/lib/default.php @@ -266,7 +266,7 @@ $default = 'OpenID' => null), ), 'admin' => - array('panels' => array('design', 'site', 'user', 'paths', 'access')), + array('panels' => array('design', 'site', 'user', 'paths', 'access', 'sessions')), 'singleuser' => array('enabled' => false, 'nickname' => null), |