Changeset 19658
- Timestamp:
- 06/29/09 08:57:46 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/swDoctrineAssetsLibraryPlugin/branches/sf1.2-vjousse/lib/model/doctrine/PluginsfAsset.class.php
r14916 r19658 154 154 } 155 155 156 $this->setFilesize(( int) filesize($asset_path) / 1024);156 $this->setFilesize(((int) filesize($asset_path) / 1024)); 157 157 $this->autoSetType(); 158 158 if (sfConfig::get('app_swDoctrineAssetsLibrary_check_type', false) && !in_array($this->getType(), sfConfig::get('app_swDoctrineAssetsLibrary_types', array('image', 'txt', 'archive', 'pdf', 'xls', 'doc', 'ppt'))))

