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

index ce7c5f5..ae5f4c4 100644 (file)
--- a/Dump.php
+++ b/Dump.php
@@ -107,7 +107,7 @@ class Pman_Admin_Dump extends Pman {
         $this->generateShell();
            
         echo "GENERATED FILES:";
-        print_r($out);
+        print_r($this->out);
         exit;