summaryrefslogtreecommitdiff
path: root/classes/Notice.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Notice.php')
-rw-r--r--classes/Notice.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php
index 4b5dbb416..c31d8bd69 100644
--- a/classes/Notice.php
+++ b/classes/Notice.php
@@ -1134,7 +1134,6 @@ class Notice extends Memcached_DataObject
}
$xs->element('title', null, $this->content);
- $xs->element('summary', null, $this->content);
if ($author) {
$xs->raw($profile->asAtomAuthor());