Fix: missing return with hook

This commit is contained in:
Regis Houssin 2013-04-12 10:00:20 +02:00
parent f5c0886cb1
commit 3892a52852

View File

@ -686,6 +686,8 @@ function dol_move_uploaded_file($src_file, $dest_file, $allowoverwrite, $disable
return -3; // Unknown error
}
}
else
return $reshook;
}
/**