diff options
-rw-r--r-- | src/HTTP_POST_multipart.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTTP_POST_multipart.php b/src/HTTP_POST_multipart.php index 06a1d0d..5fb806b 100644 --- a/src/HTTP_POST_multipart.php +++ b/src/HTTP_POST_multipart.php @@ -113,7 +113,8 @@ class HTTP_POST_multipart { } $boundary = self::buildBoundary($postParts); - + + # put it all together $bd = '--' . $boundary . EOL; $final_bd = '--' . $boundary . '--' . EOL; |