f1fbbcea by Jeff Balicki

e

1 parent 6511af0d
...@@ -123,7 +123,7 @@ class ApiController extends Controller ...@@ -123,7 +123,7 @@ class ApiController extends Controller
123 $curl = new Curl(); 123 $curl = new Curl();
124 $curl->download($fileLocation.'/'.$fileClean , $storagePath . $folder . '/' . $fileClean); 124 $curl->download($fileLocation.'/'.$fileClean , $storagePath . $folder . '/' . $fileClean);
125 $curl->close(); 125 $curl->close();
126 chmod( $storagePath . $folder . '/' . $fileClean, 0777); 126 // chmod( $storagePath . $folder . '/' . $fileClean, 0777);
127 127
128 } 128 }
129 } 129 }
......