fixed loop problem, I think

This commit is contained in:
seek3r 2000-12-22 20:06:05 +00:00
parent c82dd5562a
commit e9d9507a09

View File

@ -244,7 +244,8 @@
}
$topath = $this->getabsolutepath($tofile);
umask(000);
if (!$this->move_uploaded_file($fromfile, $topath)) {
//if (!$this->move_uploaded_file($fromfile, $topath)) {
if (!$this->mv($fromfile, $topath)) {
return False;
}else{
return True;