Pman.php
authorAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 08:39:08 +0000 (16:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 5 Dec 2018 08:39:08 +0000 (16:39 +0800)
Pman.php

index b2573b4..5e23b2f 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -157,7 +157,7 @@ class Pman extends HTML_FlexyFramework_Page
             if (method_exists($c, $fn)) {
                 call_user_func_array(array($c,$fn),$args);
             }
-         }
+        }
      }
     
     function get($base, $opts=array())