diff options
Diffstat (limited to 'engine/lib/activity.php')
-rw-r--r-- | engine/lib/activity.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/activity.php b/engine/lib/activity.php index 40833c188..818d16a4b 100644 --- a/engine/lib/activity.php +++ b/engine/lib/activity.php @@ -112,8 +112,6 @@ foreach ($activity_events as $details)
{
// Get what we're talking about
-
- // TODO : Filter on type
if ($details['subtype'] == 'default') $details['subtype'] = '';
|