Forgot a 'global'
This commit is contained in:
parent
1b2e068757
commit
3374be6f5a
@ -223,6 +223,8 @@ class Process
|
|||||||
|
|
||||||
public function kill()
|
public function kill()
|
||||||
{
|
{
|
||||||
|
global $debug;
|
||||||
|
|
||||||
$status = proc_get_status($this->pointer);
|
$status = proc_get_status($this->pointer);
|
||||||
|
|
||||||
if($status['running'])
|
if($status['running'])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user