Code cleanup
This commit is contained in:
parent
5cf5ff4fa1
commit
c132cac43d
5 changed files with 35 additions and 22 deletions
|
@ -93,7 +93,7 @@ class CloudFile extends BaseCloudFile
|
|||
/**
|
||||
* Checks if the file is a regular file that can be previewed and downloaded.
|
||||
*/
|
||||
public function isValidFile()
|
||||
public function isValidPhysicalFile()
|
||||
{
|
||||
$ch = curl_init();
|
||||
curl_setopt_array($ch, array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue