From 60be87deb842684fdb45d539cc0aee8deb46021e Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 16 Jan 2019 18:08:58 +0200 Subject: [PATCH] bugfix --- frontend/views/site/price.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php index e7fad13..344a24a 100755 --- a/frontend/views/site/price.php +++ b/frontend/views/site/price.php @@ -37,7 +37,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
lang))?$page_cosm->lang->body:''; + echo (isset($page_cosm->lang))?$page_cosm->lang->body:''; ?>
-- libgit2 0.21.4