Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15415032
D18729.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18729.diff
View Options
diff --git a/src/applications/phame/storage/PhameBlogTransaction.php b/src/applications/phame/storage/PhameBlogTransaction.php
--- a/src/applications/phame/storage/PhameBlogTransaction.php
+++ b/src/applications/phame/storage/PhameBlogTransaction.php
@@ -15,6 +15,10 @@
return PhabricatorPhameBlogPHIDType::TYPECONST;
}
+ public function getApplicationTransactionCommentObject() {
+ return null;
+ }
+
public function getBaseTransactionClass() {
return 'PhameBlogTransactionType';
}
diff --git a/src/applications/project/storage/PhabricatorProjectTransaction.php b/src/applications/project/storage/PhabricatorProjectTransaction.php
--- a/src/applications/project/storage/PhabricatorProjectTransaction.php
+++ b/src/applications/project/storage/PhabricatorProjectTransaction.php
@@ -19,6 +19,10 @@
return PhabricatorProjectProjectPHIDType::TYPECONST;
}
+ public function getApplicationTransactionCommentObject() {
+ return null;
+ }
+
public function getBaseTransactionClass() {
return 'PhabricatorProjectTransactionType';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 3:37 AM (2 w, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7224344
Default Alt Text
D18729.diff (1 KB)
Attached To
Mode
D18729: Fix a couple of other missing getApplicationTransactionCommentObject() implementations
Attached
Detach File
Event Timeline
Log In to Comment