Page MenuHomePhabricator

D21753.id.diff
No OneTemporary

D21753.id.diff

diff --git a/src/applications/phame/storage/PhamePost.php b/src/applications/phame/storage/PhamePost.php
--- a/src/applications/phame/storage/PhamePost.php
+++ b/src/applications/phame/storage/PhamePost.php
@@ -15,7 +15,6 @@
PhabricatorFerretInterface {
const MARKUP_FIELD_BODY = 'markup:body';
- const MARKUP_FIELD_SUMMARY = 'markup:summary';
protected $bloggerPHID;
protected $title;
@@ -255,8 +254,6 @@
switch ($field) {
case self::MARKUP_FIELD_BODY:
return $this->getBody();
- case self::MARKUP_FIELD_SUMMARY:
- return PhabricatorMarkupEngine::summarize($this->getBody());
}
}

File Metadata

Mime Type
text/plain
Expires
Fri, Mar 21, 12:56 PM (1 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7577563
Default Alt Text
D21753.id.diff (647 B)

Event Timeline