From 227f57045c5d2347be6c6bf412c8d7826e1c49da Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 16 Jan 2019 20:39:57 +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 344a24a..f89eae8 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_stom->lang))?$page_stom->lang->body:''; ?>
-- libgit2 0.21.4