diff --git a/app/code/community/Sitewards/B2BProfessional/Helper/Data.php b/app/code/community/Sitewards/B2BProfessional/Helper/Data.php index f316cb0..3e9dbdb 100644 --- a/app/code/community/Sitewards/B2BProfessional/Helper/Data.php +++ b/app/code/community/Sitewards/B2BProfessional/Helper/Data.php @@ -89,7 +89,8 @@ public function isExtensionActive() */ public function getLoginMessage() { - return $this->getStoreConfig(self::CONFIG_EXTENSION_LOGIN_MESSAGE, 'sLoginMessage'); + $loginMessage = '' . $this->getStoreConfig(self::CONFIG_EXTENSION_LOGIN_MESSAGE, 'sLoginMessage') . ''; + return $loginMessage; } /** @@ -275,4 +276,4 @@ protected function getAddToCartBlockLayoutNames() { return $this->aAddToCartBlockLayoutNames; } -} \ No newline at end of file +}