@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix Phame fatal

Summary: Fixes T3847.

Test Plan: "Edit Post"

Reviewers: chad, btrahan

Reviewed By: chad

CC: aran

Maniphest Tasks: T3847

Differential Revision: https://secure.phabricator.com/D7031

+1 -1
+1 -1
src/applications/phame/controller/post/PhamePostEditController.php
··· 95 95 } 96 96 97 97 $handle = id(new PhabricatorHandleQuery()) 98 - ->withViewer($user) 98 + ->setViewer($user) 99 99 ->withPHIDs(array($post->getBlogPHID())) 100 100 ->executeOne(); 101 101