Activity notices on by default

This commit is contained in:
Evan Prodromou 2011-08-26 11:38:05 -04:00
parent b83af83b82
commit 04dccad3bb
1 changed files with 2 additions and 1 deletions

View File

@ -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,