Changeset 1477
- Timestamp:
- 12/09/2007 09:09:41 AM (13 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Archive.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Archive.php
r1476 r1477 24 24 * Throws: Kohana_Exception 25 25 */ 26 public function __construct($type )26 public function __construct($type = NULL) 27 27 { 28 28 $type = empty($type) ? 'zip' : $type;
