mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-16 10:03:01 -07:00
Update spaces.php
This commit is contained in:
parent
ad0726e41e
commit
2f5eb61545
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ class SpacesConnect {
|
||||||
if(!$is_file){
|
if(!$is_file){
|
||||||
$file = $pathToFile;
|
$file = $pathToFile;
|
||||||
}else{
|
}else{
|
||||||
$file = fopen($pathToFile, 'r+');
|
$file = fopen($pathToFile, 'r');
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
$result = $this->client->putObject(array(
|
$result = $this->client->putObject(array(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue