Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15416677
D21753.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
647 B
Referenced Files
None
Subscribers
None
D21753.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D21753: Remove unused "MARKUP_FIELD_SUMMARY" for Phame posts
Attached
Detach File
Event Timeline
Log In to Comment