Fix: missing return with hook

This commit is contained in:
Regis Houssin 2013-04-12 10:00:20 +02:00
parent 4910871180
commit 85e09a953f

View File

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