diff --git a/adapters/GammuAdapter.php b/adapters/GammuAdapter.php index 2554bf7..cf1bb18 100644 --- a/adapters/GammuAdapter.php +++ b/adapters/GammuAdapter.php @@ -207,7 +207,7 @@ namespace adapters; foreach ($result['output'] as $line) { $matches = []; - preg_match('#reference=([0-9]+)#u', $line, $matches); + preg_match('#=([0-9]+)#u', $line, $matches); if ($matches[1] ?? false) {