@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.

Change 'tempate' to 'template'

Summary: Fixed typo. See D18693.

Test Plan: None.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

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

authored by

Dmitri Iouchtchenko and committed by
epriestley
cf3e198b b5830931

+1 -1
+1 -1
src/applications/fund/application/PhabricatorFundApplication.php
··· 56 56 return array( 57 57 FundDefaultViewCapability::CAPABILITY => array( 58 58 'caption' => pht('Default view policy for newly created initiatives.'), 59 - 'tempate' => FundInitiativePHIDType::TYPECONST, 59 + 'template' => FundInitiativePHIDType::TYPECONST, 60 60 ), 61 61 FundCreateInitiativesCapability::CAPABILITY => array( 62 62 'default' => PhabricatorPolicies::POLICY_ADMIN,