Changeset 1476

Show
Ignore:
Timestamp:
12/09/2007 07:15:28 AM (12 months ago)
Author:
armen
Message:

Closes #264

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Archive.php

    r1384 r1476  
    2424         * Throws: Kohana_Exception 
    2525         */ 
    26         public function __construct($type = 'zip') 
     26        public function __construct($type) 
    2727        { 
     28                $type = empty($type) ? 'zip' : $type; 
     29 
    2830                try 
    2931                {