1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-30 04:19:26 +01:00
This commit is contained in:
Daniil Gentili 2017-08-21 18:40:43 +02:00
parent 3566355166
commit ffbc6b3a56
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit dafdf34911026b86ff833f836ed4bf20854502bc Subproject commit 5ba5c9d7485d33262308c9800a7c665a8362c03e

View File

@ -422,7 +422,7 @@ Php::Value VoIP::getVersion()
Php::Value VoIP::getSignalBarsCount() Php::Value VoIP::getSignalBarsCount()
{ {
return VoIPController::getSignalBarsCount(); return inst->GetSignalBarsCount();
} }