Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
Remove Snippet
Browse files Browse the repository at this point in the history
remove "return.." snippet
  • Loading branch information
Blair2004 committed Sep 12, 2015
1 parent b8b041e commit 9d1d7ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/models/Update_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ function install( $stage , $zipball = null )
'code' => 'error-occured'
);
} elseif( $stage === 2 ){ // for uncompressing
return array( 'code' => 'error-occured' );
if( is_file( $tendoo_zip ) ){// if zip exists
$zip = new ZipArchive;
$tendoo = $zip->open( $tendoo_zip );
Expand Down

0 comments on commit 9d1d7ef

Please sign in to comment.