Dump.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 08:55:27 +0000 (16:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 21 Mar 2011 08:55:27 +0000 (16:55 +0800)
Dump.php

index 683e301..ef8f537 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -230,10 +230,10 @@ class Pman_Admin_Dump extends Pman {
             }
             return;
         }
-        if (!$this->dumps[$table]) {
+        if (!isset($this->dumps[$table])) {
             $this->dumps[$table] = array();
         }
-        if (!$this->deletes[$table]) {
+        if (!isset($this->deletes[$table])) {
             $this->deletes[$table] = array();
         }