@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 a broken class name

Auditors: epriestley

+1 -1
+1 -1
src/aphront/AphrontController.php
··· 83 83 } 84 84 85 85 public function getDefaultResourceSource() { 86 - throw new MethodNotImplementedException( 86 + throw new PhutilMethodNotImplementedException( 87 87 pht( 88 88 'A Controller must implement %s before you can invoke %s or %s.', 89 89 'getDefaultResourceSource()',