Index: /temp/trunk/html/admin/system/Tar.php
===================================================================
--- /temp/trunk/html/admin/system/Tar.php	(revision 5619)
+++ /temp/trunk/html/admin/system/Tar.php	(revision 5620)
@@ -269,5 +269,5 @@
 
         if (!$this->_openWrite())
-            return "false";
+            return false;
 
         if ($p_filelist != '') {
Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5614)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5620)
@@ -203,4 +203,5 @@
 	
 	sfprintr($a);
+	sfprintr($tar);
 
 	if (!$err) {
Index: /temp/trunk/data/module/Tar.php
===================================================================
--- /temp/trunk/data/module/Tar.php	(revision 5619)
+++ /temp/trunk/data/module/Tar.php	(revision 5620)
@@ -611,5 +611,5 @@
             $this->_error('Unable to open in write mode \''
 			              .$this->_tarname.'\'');
-            return false;
+            return $this->_tarname;
         }
 
