Changeset 1476 for trunk/system/libraries/Archive.php
- Timestamp:
- 12/09/2007 07:15:28 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Archive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Archive.php
r1384 r1476 24 24 * Throws: Kohana_Exception 25 25 */ 26 public function __construct($type = 'zip')26 public function __construct($type) 27 27 { 28 $type = empty($type) ? 'zip' : $type; 29 28 30 try 29 31 {
