Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit c8cd06e

Browse files
committed
✏️ 修复小错误
1 parent bc22a8b commit c8cd06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/socketio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function IsTime($inputString) {
173173

174174
public function disable() {
175175
global $enable;
176-
if ($enable;){
176+
if ($enable){
177177
$this->ack("disable");
178178
Coroutine::sleep(2);
179179
}

0 commit comments

Comments
 (0)