From 40c898dbd3ce2f05bf42f0365e93d04cddb6fea2 Mon Sep 17 00:00:00 2001 From: OsaAjani Date: Mon, 13 Jan 2020 00:00:34 +0100 Subject: [PATCH] Disable support for status update --- adapters/GammuAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapters/GammuAdapter.php b/adapters/GammuAdapter.php index 8cdcc3f..e39e2ca 100755 --- a/adapters/GammuAdapter.php +++ b/adapters/GammuAdapter.php @@ -62,7 +62,7 @@ /** * Does the implemented service support status change */ - public static function meta_support_status_change() : bool { return true; } + public static function meta_support_status_change() : bool { return false; } /**