9d81df05 by Jeff Balicki

d

1 parent 35c355c8
......@@ -122,6 +122,7 @@ class ApiController extends Controller
$curl = new Curl();
$curl->download($fileLocation.'/'.end($file), $storagePath . $folder . '/' . end($file));
$curl->close();
chmod( $storagePath . $folder . '/' . end($file), 0644);
}
}
......