]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Attach.php
Update "storage" console command
[friendica.git] / src / Model / Attach.php
index 48b034e4992d7a20f76fd04dd3170414234e2afe..92c76d3d0ac9a2e17e9b5d82e9fc0ce28005a44b 100644 (file)
@@ -224,7 +224,7 @@ class Attach extends BaseObject
 
                $data = @file_get_contents($src);
 
-               return  self::store($data, $uid, $filename, '', null, $allow_cid, $allow_gid,  $deny_cid, $deny_gid);
+               return self::store($data, $uid, $filename, '', null, $allow_cid, $allow_gid,  $deny_cid, $deny_gid);
        }