@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 property name typo in PhabricatorPDFIterator

Summary: `$framgentKey` has a typo.

Test Plan: Slowly spell the word "fragmentKey"; compare with the top of the file.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25715

+1 -1
+1 -1
src/applications/phortune/pdf/PhabricatorPDFIterator.php
··· 45 45 } 46 46 47 47 public function key() { 48 - return $this->framgentKey; 48 + return $this->fragmentKey; 49 49 } 50 50 51 51 public function next() {