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