@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 countdown mailtag

Summary: misnamed variable crashes email settings page

Test Plan: visit email settings, see page

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+1 -1
+1 -1
src/applications/countdown/storage/PhabricatorCountdownTransaction.php
··· 9 9 10 10 const MAILTAG_TITLE = 'countdown:title'; 11 11 const MAILTAG_EPOCH = 'countdown:epoch'; 12 - const MAILTAG_DESRICPTION = 'countdown:description'; 12 + const MAILTAG_DESCRIPTION = 'countdown:description'; 13 13 const MAILTAG_OTHER = 'countdown:other'; 14 14 15 15 public function getApplicationName() {