From a63f2fe710c919f59c8828a8f54d8a47c912a2cb Mon Sep 17 00:00:00 2001 From: grandeljay Date: Wed, 22 Oct 2025 11:12:14 +0200 Subject: [PATCH] fix: duplicate _von_ --- .../robinthehood/ModifiedStdModule/Classes/StdModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php b/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php index e4bec1f..0adc42f 100644 --- a/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php +++ b/src/vendor-no-composer/robinthehood/ModifiedStdModule/Classes/StdModule.php @@ -697,7 +697,7 @@ protected function checkForUpdate(bool $showUpdateButton = false): bool } if ($this->getVersion()) { - $from = ' von ' . $this->getVersion(); + $from = $this->getVersion(); } // TODO: extract to own private method