trigger_error('Error: ' . $res->getMessage() . "\n", E_USER_ERROR);
}
//Borro el archivo del tacho
- if (!unlink($this->archivo)) {
+ if (!unlink(PATH_TACHO.basename($this->archivo))) {
return new PEAR_Error('No se pudo borrar el archivo del tacho.');
}
}