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

index 61b7773..45f4fad 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -381,7 +381,7 @@ class Pman_Admin_Dump extends Pman {
     }
     function generateShell() {
         
-        if (empty($this->childfiles) && empty($this->childthumbs) {
+        if (empty($this->childfiles) && empty($this->childthumbs)) {
             return;
         }
         $target = $this->args['dump-dir'] .'/'. date('Y-m-d').'.copy.sh';