From 0484b30f437f2d7c40eac036268098abc20d7ef6 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 16 Jan 2019 17:55:03 +0200 Subject: [PATCH] bugfix --- frontend/views/site/price.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/views/site/price.php b/frontend/views/site/price.php index adde728..e7fad13 100755 --- a/frontend/views/site/price.php +++ b/frontend/views/site/price.php @@ -37,7 +37,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
lang->body; + (isset($page_cosm->lang))?$page_cosm->lang->body:''; ?>
@@ -46,7 +46,7 @@ $this->params[ 'breadcrumbs' ][] = $this->title;
lang->body; + echo (isset($page_cosm->lang))?$page_cosm->lang->body:''; ?>
-- libgit2 0.21.4