Page MenuHomePhabricator

D7660.diff
No OneTemporary

D7660.diff

Index: externals/amazon-ses/ses.php
===================================================================
--- externals/amazon-ses/ses.php
+++ externals/amazon-ses/ses.php
@@ -568,6 +568,7 @@
* @return integer
*/
private function __responseWriteCallback(&$curl, &$data) {
+ if(!isset($this->response->body)) $this->response->body = '';
$this->response->body .= $data;
return strlen($data);
}
@@ -739,4 +740,4 @@
*/
final class SimpleEmailServiceException extends Exception {
-}
\ No newline at end of file
+}

File Metadata

Mime Type
text/plain
Expires
Sun, Sep 28, 11:10 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8454202
Default Alt Text
D7660.diff (537 B)

Event Timeline