Code cleanup

This commit is contained in:
drigato 2014-11-12 14:42:34 -05:00
parent 5cf5ff4fa1
commit c132cac43d
5 changed files with 35 additions and 22 deletions

View file

@ -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(