Fix uglyUrls variable not passed to video.tpl
This commit is contained in:
parent
c9db4d0d2e
commit
c3af978e22
1 changed files with 1 additions and 0 deletions
|
@ -229,6 +229,7 @@ class FrontController
|
||||||
'protocol' => $protocol,
|
'protocol' => $protocol,
|
||||||
'config' => $this->config,
|
'config' => $this->config,
|
||||||
'canonical' => $this->getCanonicalUrl($request),
|
'canonical' => $this->getCanonicalUrl($request),
|
||||||
|
'uglyUrls' => $this->config->uglyUrls,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue