Changeset 577 for trunk/Common/Form/Types
- Timestamp:
- Oct 3, 2013, 11:38:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Types/File.php
r548 r577 14 14 // For proper mime-type detection php-pecl-Fileinfo package should be installed on *nix systems 15 15 $FileInfo = new finfo(FILEINFO_MIME, '/usr/share/misc/magic'); 16 $Result = $FileInfo->file($ FileName);16 $Result = $FileInfo->file($this->FileName); 17 17 //$FileInfo->close(); 18 18 return($Result);
Note:
See TracChangeset
for help on using the changeset viewer.