Fix uglyUrls variable not passed to video.tpl

This commit is contained in:
Pierre Rudloff 2017-04-02 23:44:30 +02:00
parent c9db4d0d2e
commit c3af978e22

View file

@ -229,6 +229,7 @@ class FrontController
'protocol' => $protocol,
'config' => $this->config,
'canonical' => $this->getCanonicalUrl($request),
'uglyUrls' => $this->config->uglyUrls,
]
);