Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo in comment
  • Loading branch information
torinfo committed Jun 2, 2014
1 parent 42d22ab commit d7addc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website_code/php/import/import.php
Expand Up @@ -362,7 +362,7 @@ function folder_loop($path){
$folder_id = "";

/*
* Check the file is the write type
* Check the file is the right type
*/

if(substr($_FILES['filenameuploaded']['name'], strlen($_FILES['filenameuploaded']['name'])-3, 3)==="zip"){
Expand Down Expand Up @@ -741,4 +741,4 @@ function folder_loop($path){

echo IMPORT_ZIP_FAIL . ".****";

}
}

0 comments on commit d7addc3

Please sign in to comment.