Pman.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 02:46:02 +0000 (10:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 02:46:02 +0000 (10:46 +0800)
Pman.php

index ff768fc..f558895 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -461,7 +461,7 @@ class Pman extends HTML_FlexyFramework_Page
         $extra=  $extra ? $extra : array();
         require_once 'Services/JSON.php';
         $json = new Services_JSON();
-        if (!empty($_REQUEST['_tree']) {
+        if (!empty($_REQUEST['_tree'])) {
             echo $json->encode(array('success' =>  true, 'total'=> $total, 'data' => $ar) + $extra);    
             exit;
         }