From 8ae0948568a6c6944e475c0d6133776d0256940f Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Fri, 23 Mar 2012 10:48:38 +0100
Subject: [PATCH] fix for putAttachment

---
 inc/RemoteAPICore.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php
index 450c6f39e..d8d4d5b7b 100644
--- a/inc/RemoteAPICore.php
+++ b/inc/RemoteAPICore.php
@@ -471,7 +471,7 @@ class RemoteAPICore {
 
         // save temporary file
         @unlink($ftmp);
-        io_saveFile($ftmp, $file->getValue());
+        io_saveFile($ftmp, $file);
 
         $res = media_save(array('name' => $ftmp), $id, $params['ow'], $auth, 'rename');
         if (is_array($res)) {
-- 
GitLab