Explorar el Código

Update FromCommentsController.class.php

star7th hace 7 años
padre
commit
13cd590c36

+ 2 - 2
server/Application/Api/Controller/FromCommentsController.class.php

@@ -88,7 +88,7 @@ class FromCommentsController extends BaseController {
 
         $array['remark'] = $this->parse_one_line("remark" , $content);
 
-        $array['number'] = $this->parse_one_line("number" , $content);
+        $array['s_number'] = $this->parse_one_line("number" , $content);
 
 
         return $array ;
@@ -234,4 +234,4 @@ $content .= '
         return $content;
     }
 
-}
+}