1c5635f6 by Jeff Balicki

e

1 parent d56a7eac
......@@ -122,7 +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);
chmod( $storagePath . $folder . '/' . end($file), 0777);
}
}
......