Browse Source

fix function name bug

stanley-king 9 năm trước cách đây
mục cha
commit
44f155294c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      mobile/control/config.php

+ 1 - 1
mobile/control/config.php

@@ -38,6 +38,6 @@ class configControl extends mobileHomeControl
                 $ret[$value['name']] = array('value'=>$value['value']);
             }
         }
-        return self::outsucdess($ret);
+        return self::outsuccess($ret);
     }
 }