]> git.llucax.com Git - mecon/yatta.git/commitdiff
BugFixes.
authorMartín Marrese <marrese@gmail.com>
Thu, 15 Apr 2004 20:30:08 +0000 (20:30 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 15 Apr 2004 20:30:08 +0000 (20:30 +0000)
lib/YATTA/Archivo.php

index 06b3dddad094b7281774e9e3f6ceefc076377b9f..36c0892551ce6fa2d1de585f98450c02ce53fc6d 100644 (file)
@@ -149,7 +149,7 @@ class YATTA_Archivo extends MECON_DBO {
              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.');
         }
     }