Browse Source

fix function name bug

stanley-king 9 years ago
parent
commit
44f155294c
1 changed files with 1 additions and 1 deletions
  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);
     }
 }