Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F16514003
D7660.id17299.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
537 B
Referenced Files
None
Subscribers
None
D7660.id17299.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Tue, Jun 17, 8:59 PM (8 h, 14 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8137715
Default Alt Text
D7660.id17299.diff (537 B)
Attached To
Mode
D7660: Fix undefined property in Amazon SES
Attached
Detach File
Event Timeline
Log In to Comment