Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14356963
D14545.id35180.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
D14545.id35180.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
@@ -109,11 +109,11 @@
break;
case self::TYPE_STATUS:
switch ($new) {
- case self::STATUS_OPEN:
+ case PhameBlog::STATUS_ACTIVE:
return pht(
'%s published this blog.',
$this->renderHandleLink($author_phid));
- case self::STATUS_CLOSED:
+ case PhameBlog::STATUS_ARCHIVED:
return pht(
'%s archived this blog.',
$this->renderHandleLink($author_phid));
@@ -166,12 +166,12 @@
break;
case self::TYPE_STATUS:
switch ($new) {
- case self::STATUS_OPEN:
+ case PhameBlog::STATUS_ACTIVE:
return pht(
'%s published the blog %s.',
$this->renderHandleLink($author_phid),
$this->renderHandleLink($object_phid));
- case self::STATUS_CLOSED:
+ case PhameBlog::STATUS_ARCHIVED:
return pht(
'%s archived the blog %s.',
$this->renderHandleLink($author_phid),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 1:50 AM (14 h, 39 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6912441
Default Alt Text
D14545.id35180.diff (1 KB)
Attached To
Mode
D14545: Fix constant in PhameBlogTransaction
Attached
Detach File
Event Timeline
Log In to Comment