Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15415118
D14908.id36029.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
539 B
Referenced Files
None
Subscribers
None
D14908.id36029.diff
View Options
diff --git a/src/applications/phame/controller/PhameHomeController.php b/src/applications/phame/controller/PhameHomeController.php
--- a/src/applications/phame/controller/PhameHomeController.php
+++ b/src/applications/phame/controller/PhameHomeController.php
@@ -85,7 +85,7 @@
->setViewer($viewer);
$draft_list = null;
- if ($viewer->isLoggedIn()) {
+ if ($viewer->isLoggedIn() && $blogs) {
$drafts = id(new PhamePostQuery())
->setViewer($viewer)
->withBloggerPHIDs(array($viewer->getPHID()))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 4:09 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7492211
Default Alt Text
D14908.id36029.diff (539 B)
Attached To
Mode
D14908: Fix bad query on PhameHome with no Blogs
Attached
Detach File
Event Timeline
Log In to Comment