diff --git a/adapters/GammuAdapter.php b/adapters/GammuAdapter.php index fb32676..884da1f 100644 --- a/adapters/GammuAdapter.php +++ b/adapters/GammuAdapter.php @@ -188,6 +188,7 @@ namespace adapters; } $command_parts = [ + 'LC_ALL=C', 'gammu', '--config', escapeshellarg($this->data['config_file']), @@ -339,6 +340,7 @@ namespace adapters; } $command_parts = [ + 'LC_ALL=C', 'gammu', '--config', escapeshellarg($this->data['config_file']), @@ -351,6 +353,7 @@ namespace adapters; //Check security status $command_parts = [ + 'LC_ALL=C', 'gammu', '--config', escapeshellarg($this->data['config_file']),