mirror of
https://github.com/openvk/chandler.git
synced 2024-11-15 03:31:12 +03:00
Fiks lonpul?
This commit is contained in:
parent
fc531f4d16
commit
6ea8e2464c
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class SignalManager
|
||||||
if(!$event) continue;
|
if(!$event) continue;
|
||||||
|
|
||||||
list($id, $evt) = $event;
|
list($id, $evt) = $event;
|
||||||
$id = crc32($id);
|
$id = crc32((string)$id);
|
||||||
$callback($evt, $id);
|
$callback($evt, $id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue