@@ -195,7 +195,7 @@ class Info_Gates extends Object_ext {
/**
* 最大通关id
*/
- public function maxPassGateId($gateId) {
+ public function maxPassGateId() {
$maxIndex = 0;
$maxGateId = 0;
foreach ($this->GateList as $gateId => $Ins_GateInfo) {