Index: /temp/trunk/data/module/Tar.php
===================================================================
--- /temp/trunk/data/module/Tar.php	(revision 5625)
+++ /temp/trunk/data/module/Tar.php	(revision 5651)
@@ -178,5 +178,5 @@
     function create($p_filelist)
     {
-		$this->createModify($p_filelist, '', '');
+		return $this->createModify($p_filelist, '', '');
     }
     // }}}
Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5650)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5651)
@@ -200,4 +200,5 @@
 		$zip = $tar->create($bkup_dir);
 		
+		sfprintr($zip);
 		sfprintr($tar);
 
