Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 09:34:35 +0000 (17:34 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 09:34:35 +0000 (17:34 +0800)
Dump.php

index 42033bf..91f6ed9 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -365,13 +365,13 @@ class Pman_Admin_Dump extends Pman {
                 if ($archivePaths) {
                     $ct = $do->archivePaths();
                     if ($ct) {
-                        $this->childfiles[$tbl.':'. $do->{$key}] = $ct;
+                        $this->childfiles[] = $ct;
                     }
                 }
                 if ($listThumbs) {
                     $ct = $do->listThumbs();
                     if($ct) {
-                        $this->childthumbs[$kid] = $ct;
+                        $this->childthumbs[] = $ct;
                     }
                 }