Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15374458
D13817.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
828 B
Referenced Files
None
Subscribers
None
D13817.diff
View Options
diff --git a/src/applications/paste/storage/PhabricatorPasteTransaction.php b/src/applications/paste/storage/PhabricatorPasteTransaction.php
--- a/src/applications/paste/storage/PhabricatorPasteTransaction.php
+++ b/src/applications/paste/storage/PhabricatorPasteTransaction.php
@@ -137,12 +137,12 @@
break;
case self::TYPE_STATUS:
switch ($new) {
- case self::STATUS_OPEN:
+ case PhabricatorPaste::STATUS_ACTIVE:
return pht(
'%s activated %s.',
$this->renderHandleLink($author_phid),
$this->renderHandleLink($object_phid));
- case self::STATUS_CLOSED:
+ case PhabricatorPaste::STATUS_ARCHIVED:
return pht(
'%s archived %s.',
$this->renderHandleLink($author_phid),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 13, 7:01 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7354631
Default Alt Text
D13817.diff (828 B)
Attached To
Mode
D13817: Fix Up Paste transactions
Attached
Detach File
Event Timeline
Log In to Comment