Pman.php
[Pman.Base] / Pman.php
index 02e194a..e44899a 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -152,7 +152,6 @@ class Pman extends HTML_FlexyFramework_Page
             require_once str_replace('_','/', $cls). '.php';
             $c = new $cls();
             if (method_exists($c, $fn)) {
-                print_r($args);
                 call_user_func_array(array($c,$fn),$args);
             }
          }