From 04dccad3bb4bce38b53b02ce1e8847e621bad495 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 26 Aug 2011 11:38:05 -0400 Subject: [PATCH] Activity notices on by default --- lib/default.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index 9c4c8cab05..71b2257cd5 100644 --- a/lib/default.php +++ b/lib/default.php @@ -310,7 +310,8 @@ $default = 'TagSub' => null, 'OpenID' => null, 'Directory' => null, - 'ExtendedProfile' => null), + 'ExtendedProfile' => null, + 'Activity' => null), 'locale_path' => false, // Set to a path to use *instead of* each plugin's own locale subdirectories 'server' => null, 'sslserver' => null,