make activity plugin use its own notice source

This commit is contained in:
Evan Prodromou
2011-09-18 12:40:17 -04:00
parent b0667ea6d4
commit 01ea6a18f9
2 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ if (!defined('STATUSNET')) {
class ActivityPlugin extends Plugin
{
const VERSION = '0.1';
const SOURCE = 'system';
const SOURCE = 'activity';
// Flags to switch off certain activity notices
public $StartFollowUser = true;