Pman.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 13 Mar 2011 14:26:47 +0000 (22:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 13 Mar 2011 14:26:47 +0000 (22:26 +0800)
Pman.php

index 315454f..7b6557c 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -177,6 +177,7 @@ class Pman extends HTML_FlexyFramework_Page
         
         // the modules call just lists the modules
         $enabled =  array('Core' => true);
+        var_dump($this->appModules);
         $am = !empty($this->appModules) ? explode(',',  $this->appModules) : array();
         foreach($am as $k) {
             if (strpos( $k ,'.') ) {