Commit 95b828143b21f21d9f691838dddb547687340624
1 parent
40f60513
seo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -48,7 +48,7 @@ |
48 | 48 | $this->registerMetaTag( |
49 | 49 | [ |
50 | 50 | 'name' => 'description', |
51 | - 'content' => !empty($seo->desc)?$seo->desc:isset($this->params['desc'])?$this->params['desc']:"", | |
51 | + 'content' => !empty($seo->desc)?$seo->desc:(isset($this->params['desc'])?$this->params['desc']:""), | |
52 | 52 | ] |
53 | 53 | ); |
54 | 54 | ?> | ... | ... |