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

Remove bogus '$this->resource' from SES error handling pathway

Summary: Ref T10728. This property does not exist and is never referenced. The `'resource'` key is also never referenced, so I believe this can be safely removed.

Test Plan: Will make @amckinley do my job for me.

Reviewers: chad

Reviewed By: chad

Subscribers: amckinley

Maniphest Tasks: T10728

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

-1
-1
externals/amazon-ses/ses.php
··· 530 530 'curl' => true, 531 531 'code' => curl_errno($curl), 532 532 'message' => curl_error($curl), 533 - 'resource' => $this->resource 534 533 ); 535 534 } 536 535