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,
|
||||
'config' => $this->config,
|
||||
'canonical' => $this->getCanonicalUrl($request),
|
||||
'uglyUrls' => $this->config->uglyUrls,
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue