modify plugin name
This commit is contained in:
@@ -135,8 +135,13 @@ class Context extends BaseContext
|
|||||||
}
|
}
|
||||||
if (Coroutine::getCid() === -1) {
|
if (Coroutine::getCid() === -1) {
|
||||||
static::$_contents[$id] = null;
|
static::$_contents[$id] = null;
|
||||||
|
|
||||||
|
unset(static::$_contents[$id]);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
Coroutine::getContext($coroutineId)[$id] = null;
|
Coroutine::getContext($coroutineId)[$id] = null;
|
||||||
|
|
||||||
|
unset(Coroutine::getContext($coroutineId)[$id]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user