From: Evan Prodromou Date: Fri, 26 Aug 2011 15:38:05 +0000 (-0400) Subject: Activity notices on by default X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=04dccad3bb4bce38b53b02ce1e8847e621bad495;p=quix0rs-gnu-social.git Activity notices on by default --- 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,