1c5635f6 by Jeff Balicki

e

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