SABOTAGGIO (#203)
This commit is contained in:
parent
b7034985ec
commit
b61fb558b2
@ -62,7 +62,8 @@ class Lua
|
|||||||
$this->{$namespace} = $methods[$namespace];
|
$this->{$namespace} = $methods[$namespace];
|
||||||
}
|
}
|
||||||
$this->MadelineProto->lua = true;
|
$this->MadelineProto->lua = true;
|
||||||
foreach ($this->MadelineProto->get_methods_namespaced() as $method => $namespace) {
|
foreach ($this->MadelineProto->get_methods_namespaced() as $pair) {
|
||||||
|
$namespace = key($pair);
|
||||||
$this->MadelineProto->{$namespace}->lua = true;
|
$this->MadelineProto->{$namespace}->lua = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user